Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to map xml tags with tally xml tgas in c#asp.net Pin
Abhishek Sur27-Aug-08 21:37
professionalAbhishek Sur27-Aug-08 21:37 
Questiondynamic controls and request objects Pin
Harikrk27-Aug-08 20:40
Harikrk27-Aug-08 20:40 
AnswerRe: dynamic controls and request objects Pin
N a v a n e e t h27-Aug-08 21:04
N a v a n e e t h27-Aug-08 21:04 
Harikrk wrote:
if (Request["ctl00$ContentPlaceHolder1$TxtAttribName" + i] != null)
{
add the requested content with same name.

}


This is not a good method. You will end up with viewstate issues.

I suggest to use GridView/DataGrid with textboxes placed on template columns. When "Add more" button is clicked, add new rows to the grid's datasource and rebind grid.

This makes the process easy and ASP.NET manages viewstate for the dynamically created textboxes along with the parent control (GridView/DataGrid).

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

AnswerRe: dynamic controls and request objects Pin
Abhishek Sur27-Aug-08 21:41
professionalAbhishek Sur27-Aug-08 21:41 
QuestionMDB file is opened or not? Pin
BalasubramanianK27-Aug-08 20:40
BalasubramanianK27-Aug-08 20:40 
AnswerRe: MDB file is opened or not? Pin
Abhishek Sur27-Aug-08 21:48
professionalAbhishek Sur27-Aug-08 21:48 
GeneralRe: MDB file is opened or not? [modified] Pin
BalasubramanianK28-Aug-08 2:25
BalasubramanianK28-Aug-08 2:25 
AnswerRe: MDB file is opened or not? Pin
jacek2jacek25-Jul-09 13:46
jacek2jacek25-Jul-09 13:46 
QuestionHow Can i use API in web application. Pin
mithun narayanan27-Aug-08 20:27
mithun narayanan27-Aug-08 20:27 
AnswerRe: How Can i use API in web application. Pin
N a v a n e e t h27-Aug-08 20:59
N a v a n e e t h27-Aug-08 20:59 
Questionhow to convert RTF file to HTML Pin
gaurav mangal27-Aug-08 20:07
gaurav mangal27-Aug-08 20:07 
AnswerRe: how to convert RTF file to HTML Pin
Abhishek Sur27-Aug-08 21:57
professionalAbhishek Sur27-Aug-08 21:57 
GeneralRe: how to convert RTF file to HTML Pin
gaurav mangal27-Aug-08 23:59
gaurav mangal27-Aug-08 23:59 
QuestionUrgent - SSO sign out Pin
FutureSE27-Aug-08 19:38
FutureSE27-Aug-08 19:38 
AnswerRe: Urgent - SSO sign out Pin
N a v a n e e t h27-Aug-08 19:45
N a v a n e e t h27-Aug-08 19:45 
GeneralRe: Urgent - SSO sign out Pin
FutureSE27-Aug-08 20:31
FutureSE27-Aug-08 20:31 
GeneralRe: Urgent - SSO sign out Pin
N a v a n e e t h27-Aug-08 20:58
N a v a n e e t h27-Aug-08 20:58 
AnswerRe: Urgent - SSO sign out Pin
Abhishek Sur27-Aug-08 22:07
professionalAbhishek Sur27-Aug-08 22:07 
GeneralRe: Urgent - SSO sign out Pin
Nihal Chand28-Aug-08 1:24
Nihal Chand28-Aug-08 1:24 
QuestionInvoke a web service during installation of a web setup Pin
ravikalyan27-Aug-08 19:03
ravikalyan27-Aug-08 19:03 
AnswerRe: Invoke a web service during installation of a web setup Pin
Abhijit Jana27-Aug-08 19:36
professionalAbhijit Jana27-Aug-08 19:36 
QuestionDynamic Dropdown list Event (SelectedIndexChanged() ) is not firing Pin
Manikkuttan27-Aug-08 18:52
Manikkuttan27-Aug-08 18:52 
AnswerRe: Dynamic Dropdown list Event (SelectedIndexChanged() ) is not firing Pin
UD(IA)27-Aug-08 19:53
UD(IA)27-Aug-08 19:53 
AnswerRe: Dynamic Dropdown list Event (SelectedIndexChanged() ) is not firing Pin
milpo27-Aug-08 19:57
milpo27-Aug-08 19:57 
QuestionThis Probabaly has been asked before but not able to get solution of problem Pin
Rameez Raja27-Aug-08 17:18
Rameez Raja27-Aug-08 17: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.