Click here to Skip to main content
15,888,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
Expert Coming5-Mar-09 14:14
Expert Coming5-Mar-09 14:14 
QuestionCalling a javascript authenticate function when a ASP Login control fires the onauthenticate event. [modified] Pin
Steve Holdorf5-Mar-09 9:23
Steve Holdorf5-Mar-09 9:23 
AnswerRe: Calling a javascript authenticate function when a ASP Login control fires the onauthenticate event. Pin
Christian Graus5-Mar-09 9:24
protectorChristian Graus5-Mar-09 9:24 
GeneralRe: Calling a javascript authenticate function when a ASP Login control fires the onauthenticate event. Pin
Steve Holdorf6-Mar-09 7:19
Steve Holdorf6-Mar-09 7:19 
QuestionWeb.Config and debugging Pin
J$5-Mar-09 8:45
J$5-Mar-09 8:45 
AnswerRe: Web.Config and debugging Pin
Christian Graus5-Mar-09 8:56
protectorChristian Graus5-Mar-09 8:56 
GeneralRe: Web.Config and debugging Pin
J$5-Mar-09 8:58
J$5-Mar-09 8:58 
QuestionHow to read value of textbox from gridview Pin
vilas_kwagh5-Mar-09 6:19
vilas_kwagh5-Mar-09 6:19 
I have use following code for reading value of textbox from gridview,but it could not give any value.it just show null value....Pls Help Me...

protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
Button l = (Button)e.Row.FindControl("Button1");
if (l != null)
{
TextBox t = (TextBox)e.Row.FindControl("txt_choose");

string vc = t.Text;
}
}
}
AnswerRe: How to read value of textbox from gridview Pin
Christian Graus5-Mar-09 8:23
protectorChristian Graus5-Mar-09 8:23 
QuestionNeed help on displaying selected record(s) in a datagrid without re-querying a table Pin
Sath Garcia5-Mar-09 6:08
Sath Garcia5-Mar-09 6:08 
AnswerRe: Need help on displaying selected record(s) in a datagrid without re-querying a table Pin
Yusuf5-Mar-09 8:14
Yusuf5-Mar-09 8:14 
GeneralRe: Need help on displaying selected record(s) in a datagrid without re-querying a table Pin
Sath Garcia5-Mar-09 20:06
Sath Garcia5-Mar-09 20:06 
Question.NET 3.5 and 2.0 Question Pin
Vimalsoft(Pty) Ltd5-Mar-09 3:56
professionalVimalsoft(Pty) Ltd5-Mar-09 3:56 
AnswerRe: .NET 3.5 and 2.0 Question Pin
Xmen Real 5-Mar-09 4:15
professional Xmen Real 5-Mar-09 4:15 
GeneralRe: .NET 3.5 and 2.0 Question Pin
Vimalsoft(Pty) Ltd5-Mar-09 19:09
professionalVimalsoft(Pty) Ltd5-Mar-09 19:09 
AnswerRe: .NET 3.5 and 2.0 Question Pin
JMummery5-Mar-09 11:06
professionalJMummery5-Mar-09 11:06 
GeneralRe: .NET 3.5 and 2.0 Question Pin
Vimalsoft(Pty) Ltd5-Mar-09 19:06
professionalVimalsoft(Pty) Ltd5-Mar-09 19:06 
Questionserver time... Pin
scar_face5-Mar-09 2:49
scar_face5-Mar-09 2:49 
AnswerRe: server time... Pin
Vimalsoft(Pty) Ltd5-Mar-09 3:18
professionalVimalsoft(Pty) Ltd5-Mar-09 3:18 
QuestionAsyncronus Page processing Pin
madancode5-Mar-09 2:23
madancode5-Mar-09 2:23 
Questiontoolbar image is not displaying Pin
BalasubramanianK5-Mar-09 2:21
BalasubramanianK5-Mar-09 2:21 
AnswerRe: toolbar image is not displaying Pin
Gaurav K Singh5-Mar-09 2:39
Gaurav K Singh5-Mar-09 2:39 
GeneralRe: toolbar image is not displaying Pin
BalasubramanianK5-Mar-09 2:47
BalasubramanianK5-Mar-09 2:47 
GeneralRe: toolbar image is not displaying Pin
Gaurav K Singh5-Mar-09 2:51
Gaurav K Singh5-Mar-09 2:51 
GeneralRe: toolbar image is not displaying Pin
BalasubramanianK5-Mar-09 3:18
BalasubramanianK5-Mar-09 3:18 

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.