Click here to Skip to main content
15,902,832 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: c# and vb.net Pin
Smiles7424-Dec-06 3:49
Smiles7424-Dec-06 3:49 
GeneralRe: c# and vb.net Pin
Michael P Butler24-Dec-06 4:46
Michael P Butler24-Dec-06 4:46 
GeneralRe: c# and vb.net Pin
Mike Ellison24-Dec-06 11:07
Mike Ellison24-Dec-06 11:07 
GeneralRe: c# and vb.net Pin
payback24-Dec-06 17:14
payback24-Dec-06 17:14 
Questionhow to handle session in asp.net? which is the best way? Pin
vasanth kabbur23-Dec-06 22:21
vasanth kabbur23-Dec-06 22:21 
AnswerRe: how to handle session in asp.net? which is the best way? Pin
Mike Ellison24-Dec-06 0:07
Mike Ellison24-Dec-06 0:07 
QuestionHow to call javascript from code behind? Pin
just3ala223-Dec-06 22:19
just3ala223-Dec-06 22:19 
AnswerRe: How to call javascript from code behind? Pin
Mike Ellison24-Dec-06 0:17
Mike Ellison24-Dec-06 0:17 
In your Page_Load server script, execute something like the following:
if (whatever condition)
  ClientScript.RegisterStartupScript(typeof(Page),
          "MyScriptKey", "MyJavascriptFunc();"
          );

GeneralRe: How to call javascript from code behind? Pin
just3ala224-Dec-06 3:25
just3ala224-Dec-06 3:25 
QuestionHelp DataGrid not Editting Pin
Nissreen23-Dec-06 21:49
Nissreen23-Dec-06 21:49 
AnswerRe: Help DataGrid not Editting Pin
kvPriya25-Dec-06 17:16
kvPriya25-Dec-06 17:16 
QuestionHow can I show my error page in new page and old page should steel shows old data? Pin
m.rastgar23-Dec-06 18:40
m.rastgar23-Dec-06 18:40 
QuestionNhibernate query problem. pls help me. Pin
senorAli3323-Dec-06 17:49
senorAli3323-Dec-06 17:49 
QuestionHow to change the font style and size on the entire Aspx page Pin
Tina P23-Dec-06 15:20
Tina P23-Dec-06 15:20 
QuestionRefresh Problem Pin
ADY00723-Dec-06 11:56
ADY00723-Dec-06 11:56 
QuestionWant to know about NUnit Pin
Nitin198123-Dec-06 7:56
Nitin198123-Dec-06 7:56 
AnswerRe: Want to know about NUnit Pin
prolibertine23-Dec-06 14:40
prolibertine23-Dec-06 14:40 
GeneralRe: Want to know about NUnit Pin
vasanth kabbur23-Dec-06 22:19
vasanth kabbur23-Dec-06 22:19 
GeneralRe: Want to know about NUnit Pin
Nitin198124-Dec-06 5:28
Nitin198124-Dec-06 5:28 
QuestionASP.NET Pin
shobhapav23-Dec-06 4:02
shobhapav23-Dec-06 4:02 
AnswerRe: ASP.NET Pin
Colin Angus Mackay23-Dec-06 4:33
Colin Angus Mackay23-Dec-06 4:33 
QuestionProblem using windows form control in asp.net 2.0 [modified] Pin
alav23-Dec-06 3:59
alav23-Dec-06 3:59 
QuestionCookies in IE7 Pin
Amit Kumar G23-Dec-06 3:50
Amit Kumar G23-Dec-06 3:50 
QuestionHow can I access the Server controls in Javascript function Pin
indian14323-Dec-06 3:00
indian14323-Dec-06 3:00 
AnswerRe: How can I access the Server controls in Javascript function Pin
alav23-Dec-06 21:29
alav23-Dec-06 21:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.