Click here to Skip to main content
15,896,429 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Updating gridview after changes to database Pin
kubben13-Aug-07 4:00
kubben13-Aug-07 4:00 
AnswerRe: Updating gridview after changes to database Pin
Blue_Boy13-Aug-07 21:08
Blue_Boy13-Aug-07 21:08 
GeneralRe: Updating gridview after changes to database Pin
JacquesDP13-Aug-07 21:27
JacquesDP13-Aug-07 21:27 
GeneralRe: Updating gridview after changes to database Pin
Blue_Boy13-Aug-07 21:30
Blue_Boy13-Aug-07 21:30 
Questionhow to set default orientation(Landscape) for Internet Explorer Browser. Pin
Amit Agarrwal13-Aug-07 3:34
Amit Agarrwal13-Aug-07 3:34 
QuestionASP.Net 2.0 TreeViewControl Pin
ranandbe13-Aug-07 3:14
ranandbe13-Aug-07 3:14 
QuestionHow to Enable and disable controls in .aspx page using javascript Pin
Balagurunathan S13-Aug-07 2:48
Balagurunathan S13-Aug-07 2:48 
AnswerRe: How to Enable and disable controls in .aspx page using javascript Pin
sathish s13-Aug-07 3:25
sathish s13-Aug-07 3:25 
Bala,
Please post this to Javascript forums, to get better answers.

<form name="myForm"><br />
<input type="button" name="myButton" onClick="if (!this.disabled) someFunction()"><br />
<input type="submit" name="mySubmit" onClick="return (!this.disabled)"><br />
</form><br />
<br />
<script language="JavaScript"><!--<br />
document.myForm.myButton.disabled=true;<br />
document.myForm.mySubmit.disabled=true;<br />
//--></script>

QuestionFLVPlayer Compatible with c#.net Pin
harryforum13-Aug-07 2:25
harryforum13-Aug-07 2:25 
QuestionDropdown SelectedIndex Pin
| Muhammad Waqas Butt |13-Aug-07 0:49
professional| Muhammad Waqas Butt |13-Aug-07 0:49 
AnswerRe: Dropdown SelectedIndex Pin
N a v a n e e t h13-Aug-07 0:55
N a v a n e e t h13-Aug-07 0:55 
GeneralRe: Dropdown SelectedIndex Pin
| Muhammad Waqas Butt |13-Aug-07 2:57
professional| Muhammad Waqas Butt |13-Aug-07 2:57 
GeneralRe: Dropdown SelectedIndex Pin
N a v a n e e t h13-Aug-07 3:49
N a v a n e e t h13-Aug-07 3:49 
GeneralRe: Dropdown SelectedIndex Pin
Nick.cheng.liu13-Aug-07 7:05
Nick.cheng.liu13-Aug-07 7:05 
QuestionExport Html table into Xls format Pin
Mustakim Mansuri13-Aug-07 0:44
Mustakim Mansuri13-Aug-07 0:44 
Questionsession state problem Pin
Kissy1613-Aug-07 0:44
Kissy1613-Aug-07 0:44 
AnswerRe: session state problem Pin
kubben13-Aug-07 3:03
kubben13-Aug-07 3:03 
GeneralRe: session state problem Pin
naveen attri12-Jul-09 23:21
naveen attri12-Jul-09 23:21 
QuestionWhen press Enter move to next field? Pin
fmlove13-Aug-07 0:30
fmlove13-Aug-07 0:30 
AnswerRe: When press Enter move to next field? Pin
N a v a n e e t h13-Aug-07 0:52
N a v a n e e t h13-Aug-07 0:52 
QuestionASP.NET AAND WRITE EXCEL Pin
S A R I T H13-Aug-07 0:23
S A R I T H13-Aug-07 0:23 
AnswerRe: ASP.NET AAND WRITE EXCEL Pin
soneliso13-Aug-07 1:03
soneliso13-Aug-07 1:03 
QuestionObject reference not set to an instance of an object Pin
kirthikirthi12-Aug-07 23:52
kirthikirthi12-Aug-07 23:52 
AnswerRe: Object reference not set to an instance of an object Pin
Christian Graus13-Aug-07 0:08
protectorChristian Graus13-Aug-07 0:08 
GeneralRe: Object reference not set to an instance of an object [modified] Pin
kirthikirthi13-Aug-07 0:27
kirthikirthi13-Aug-07 0:27 

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.