Click here to Skip to main content
15,919,778 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDoubt abt Session time out expired Pin
micydon22-May-07 21:29
micydon22-May-07 21:29 
AnswerRe: Doubt abt Session time out expired Pin
Guffa22-May-07 22:22
Guffa22-May-07 22:22 
QuestionConnecting ASP.NET with SQL SERVER Pin
Prakash_Mishra22-May-07 21:24
Prakash_Mishra22-May-07 21:24 
AnswerRe: Connecting ASP.NET with SQL SERVER Pin
N a v a n e e t h22-May-07 21:36
N a v a n e e t h22-May-07 21:36 
AnswerRe: Connecting ASP.NET with SQL SERVER Pin
meeram39523-May-07 1:43
meeram39523-May-07 1:43 
Questionhow can i get asp.net calendar control value in javascript Pin
dtamils22-May-07 21:13
dtamils22-May-07 21:13 
AnswerRe: how can i get asp.net calendar control value in javascript Pin
N a v a n e e t h22-May-07 21:33
N a v a n e e t h22-May-07 21:33 
QuestionException in Rendering GridView Pin
248912822-May-07 20:48
248912822-May-07 20:48 
Hi! in a aspx, page after binding gridview i am using following code...

System.IO.StringWriter oStringWriter = new System.IO.StringWriter();
System.Web.UI.HtmlTextWriter oHtmlTextWriter = new
System.Web.UI.HtmlTextWriter(oStringWriter);
gvClients.RenderControl(oHtmlTextWriter);


but it through exception on running: 'Control 'gvClients' of type 'GridView' must be placed inside a form tag with runat=server.'

but gridview r already inside a form tag. when i commented these line, there is no exception. what is the problem?

Thanks & Regards,
SAMir Nigam,
Software Engineer,
STPL, Lucknow, India.

AnswerRe: Exception in Rendering GridView Pin
Harini N K22-May-07 23:08
Harini N K22-May-07 23:08 
Questionuser control + asp.net2.0 + c# Pin
ritu432122-May-07 20:33
ritu432122-May-07 20:33 
AnswerRe: user control + asp.net2.0 + c# Pin
Sandeep Akhare22-May-07 20:43
Sandeep Akhare22-May-07 20:43 
GeneralRe: user control + asp.net2.0 + c# Pin
praveenkumar_mca23-May-07 21:14
praveenkumar_mca23-May-07 21:14 
GeneralRe: user control + asp.net2.0 + c# Pin
Sandeep Akhare23-May-07 21:23
Sandeep Akhare23-May-07 21:23 
AnswerRe: user control + asp.net2.0 + c# Pin
Sherin Iranimose22-May-07 20:57
Sherin Iranimose22-May-07 20:57 
GeneralRe: user control + asp.net2.0 + c# Pin
praveenkumar_mca23-May-07 21:20
praveenkumar_mca23-May-07 21:20 
AnswerRe: user control + asp.net2.0 + c# Pin
praveenkumar_mca23-May-07 21:27
praveenkumar_mca23-May-07 21:27 
Questionuse of machine.config file ? Pin
abhiram12322-May-07 20:23
abhiram12322-May-07 20:23 
AnswerRe: use of machine.config file ? Pin
Sandeep Akhare22-May-07 20:35
Sandeep Akhare22-May-07 20:35 
AnswerRe: use of machine.config file ? Pin
N a v a n e e t h22-May-07 20:55
N a v a n e e t h22-May-07 20:55 
QuestionAbout online examination project Pin
Nisar Inamdar22-May-07 23:22
Nisar Inamdar22-May-07 23:22 
AnswerRe: About online examination project Pin
nareshss23-May-07 0:58
nareshss23-May-07 0:58 
QuestionASP.net Doubt Pin
saravanan0522-May-07 20:17
saravanan0522-May-07 20:17 
AnswerRe: ASP.net Doubt Pin
Sandeep Akhare22-May-07 20:37
Sandeep Akhare22-May-07 20:37 
GeneralRe: hi sandeep Pin
saravanan0522-May-07 20:52
saravanan0522-May-07 20:52 
GeneralRe: hi sandeep Pin
N a v a n e e t h22-May-07 21:00
N a v a n e e t h22-May-07 21:00 

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.