Click here to Skip to main content
15,915,164 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: regular expression for firstname Pin
Shyam Bharath1-Dec-09 8:03
Shyam Bharath1-Dec-09 8:03 
GeneralRe: regular expression for firstname Pin
Abhishek Sur1-Dec-09 9:07
professionalAbhishek Sur1-Dec-09 9:07 
QuestionASP.NET Login Pin
Chrispie12330-Nov-09 18:35
Chrispie12330-Nov-09 18:35 
AnswerRe: ASP.NET Login Pin
Dinesh Mani30-Nov-09 18:50
Dinesh Mani30-Nov-09 18:50 
AnswerRe: ASP.NET Login Pin
Abhijit Jana30-Nov-09 18:54
professionalAbhijit Jana30-Nov-09 18:54 
QuestionProgramatically add controls Pin
Illegal Operation30-Nov-09 18:20
Illegal Operation30-Nov-09 18:20 
AnswerRe: Programatically add controls Pin
dan!sh 30-Nov-09 18:41
professional dan!sh 30-Nov-09 18:41 
AnswerRe: Programatically add controls Pin
Dinesh Mani30-Nov-09 18:42
Dinesh Mani30-Nov-09 18:42 
What is the container control that you have?

If you are using a gridview then add a footer row and show it when you click the Add row button. This off-course is the simplest way to do it but would work for only one row at a time, i.e. you can have only one footer row per gridview.

Continuing with gridview, if you need more rows and assuming you are using bound columns, just add an empty row to your data source and refresh the binding. Again very simple to do.

If you are not using a gridview and assuming you use HTML tables, then your table should be visible on the server and you need to generate and insert HTML script, which can get a bit clumsy at times.
QuestionASP.NET Membership Pin
Chrispie12330-Nov-09 18:17
Chrispie12330-Nov-09 18:17 
AnswerRe: ASP.NET Membership Pin
sashidhar30-Nov-09 19:02
sashidhar30-Nov-09 19:02 
QuestionDatagridview with the reverse order of items! Pin
Member 470414330-Nov-09 15:56
Member 470414330-Nov-09 15:56 
AnswerRe: Datagridview with the reverse order of items! Pin
dan!sh 30-Nov-09 17:04
professional dan!sh 30-Nov-09 17:04 
AnswerRe: Datagridview with the reverse order of items! Pin
Dinesh Mani30-Nov-09 17:07
Dinesh Mani30-Nov-09 17:07 
AnswerRe: Datagridview with the reverse order of items! Pin
Jignesh Varia30-Nov-09 22:10
Jignesh Varia30-Nov-09 22:10 
QuestionI Need help about how to upload my aspx page to the server Pin
Mohamed_Khalil30-Nov-09 9:04
Mohamed_Khalil30-Nov-09 9:04 
AnswerRe: I Need help about how to upload my aspx page to the server Pin
Abhishek Sur30-Nov-09 10:52
professionalAbhishek Sur30-Nov-09 10:52 
GeneralRe: I Need help about how to upload my aspx page to the server Pin
Mohamed_Khalil30-Nov-09 12:45
Mohamed_Khalil30-Nov-09 12:45 
QuestionAccessing datagrid _RowID Pin
CARisk330-Nov-09 8:06
CARisk330-Nov-09 8:06 
AnswerRe: Accessing datagrid _RowID Pin
Abhishek Sur30-Nov-09 10:50
professionalAbhishek Sur30-Nov-09 10:50 
GeneralRe: Accessing datagrid _RowID Pin
CARisk330-Nov-09 10:58
CARisk330-Nov-09 10:58 
GeneralRe: Accessing datagrid _RowID Pin
Abhishek Sur1-Dec-09 8:25
professionalAbhishek Sur1-Dec-09 8:25 
QuestionHey Christian Pin
Ennis Ray Lynch, Jr.30-Nov-09 4:27
Ennis Ray Lynch, Jr.30-Nov-09 4:27 
AnswerRe: Hey Christian Pin
Pete O'Hanlon30-Nov-09 4:53
mvePete O'Hanlon30-Nov-09 4:53 
GeneralRe: Hey Christian Pin
Ennis Ray Lynch, Jr.30-Nov-09 5:43
Ennis Ray Lynch, Jr.30-Nov-09 5:43 
GeneralRe: Hey Christian Pin
Pete O'Hanlon30-Nov-09 10:30
mvePete O'Hanlon30-Nov-09 10:30 

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.