Click here to Skip to main content
15,899,314 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Add externallink in rectangle Pin
Michael Sync31-Dec-07 21:12
Michael Sync31-Dec-07 21:12 
Questionhow i can convert the text entered in the text box to sentence case Pin
jagan12331-Dec-07 18:32
jagan12331-Dec-07 18:32 
AnswerRe: how i can convert the text entered in the text box to sentence case Pin
Michael Sync31-Dec-07 21:07
Michael Sync31-Dec-07 21:07 
GeneralUpdate GridView from ASP.NET Code Pin
SSNTails31-Dec-07 11:00
SSNTails31-Dec-07 11:00 
GeneralProblem with Report (rdlc) Pin
mehrdadc4831-Dec-07 9:56
mehrdadc4831-Dec-07 9:56 
GeneralRe: Problem with Report (rdlc) Pin
Paul Conrad31-Dec-07 10:32
professionalPaul Conrad31-Dec-07 10:32 
AnswerSet the DropDownList AutoPostBack property for some items Pin
Luay.Essa31-Dec-07 2:52
Luay.Essa31-Dec-07 2:52 
GeneralRe: Set the DropDownList AutoPostBack property for some items Pin
SABhatti31-Dec-07 8:48
SABhatti31-Dec-07 8:48 
set the AutoPostBack property to FALSE for the dropdownlist (ddl). Create a javascript fucntion e.g.

<br />
<br />
function ddlOnchange(selectedValue)<br />
{<br />
   if(selectedValue == 'yourrequired value')<br />
      document.formname.submit();<br />
   else<br />
      return false;<br />
}<br />
<br />


and add onchange attribute to the ddl in code behind file e.g.

<br />
   ddl.Attributes.Add("onchange", "javascript:ddlOnchange(this.value);");<br />


-----

GeneralRe: Set the DropDownList AutoPostBack property for some items Pin
UsmanMunier1-Jan-08 3:02
UsmanMunier1-Jan-08 3:02 
QuestionHow to get the values of dynamic fileupload Pin
Elena200631-Dec-07 1:50
Elena200631-Dec-07 1:50 
AnswerRe: How to get the values of dynamic fileupload Pin
Abhijit Jana31-Dec-07 2:13
professionalAbhijit Jana31-Dec-07 2:13 
AnswerRe: How to get the values of dynamic fileupload Pin
Scott Dorman31-Dec-07 7:02
professionalScott Dorman31-Dec-07 7:02 
GeneralRedirect in AJAX Pin
rajanandal31-Dec-07 1:00
rajanandal31-Dec-07 1:00 
GeneralRe: Redirect in AJAX Pin
DotNetXenon31-Dec-07 5:07
DotNetXenon31-Dec-07 5:07 
AnswerRe: Redirect in AJAX Pin
UsmanMunier31-Dec-07 23:32
UsmanMunier31-Dec-07 23:32 
GeneralSystem.Security.SecurityException: That assembly does not allow partially trusted callers. [modified] Pin
Mogaambo31-Dec-07 0:59
Mogaambo31-Dec-07 0:59 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Colin Angus Mackay31-Dec-07 1:07
Colin Angus Mackay31-Dec-07 1:07 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Mogaambo31-Dec-07 1:25
Mogaambo31-Dec-07 1:25 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Colin Angus Mackay31-Dec-07 1:29
Colin Angus Mackay31-Dec-07 1:29 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Mogaambo31-Dec-07 1:42
Mogaambo31-Dec-07 1:42 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
N a v a n e e t h31-Dec-07 1:44
N a v a n e e t h31-Dec-07 1:44 
Generalhey jerk! Pin
leckey31-Dec-07 15:39
leckey31-Dec-07 15:39 
Generalstored procedure Pin
niki_nilu31-Dec-07 0:50
niki_nilu31-Dec-07 0:50 
GeneralRe: stored procedure Pin
Colin Angus Mackay31-Dec-07 1:03
Colin Angus Mackay31-Dec-07 1:03 
GeneralRe: stored procedure Pin
N a v a n e e t h31-Dec-07 1:31
N a v a n e e t h31-Dec-07 1:31 

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.