Click here to Skip to main content
15,894,907 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralCopying of a file in one folder to another folder in ASP.NET Pin
abeesmuhammed5-Mar-08 22:22
abeesmuhammed5-Mar-08 22:22 
GeneralRe: Copying of a file in one folder to another folder in ASP.NET Pin
N a v a n e e t h5-Mar-08 22:26
N a v a n e e t h5-Mar-08 22:26 
GeneralRounded corners Pin
new2pgrmg5-Mar-08 22:18
new2pgrmg5-Mar-08 22:18 
GeneralRe: Rounded corners Pin
eyeseetee5-Mar-08 22:33
eyeseetee5-Mar-08 22:33 
GeneralGet exception from application to Global.asax page Pin
Satish - Developer5-Mar-08 22:10
Satish - Developer5-Mar-08 22:10 
GeneralRe: Get exception from application to Global.asax page Pin
N a v a n e e t h5-Mar-08 22:22
N a v a n e e t h5-Mar-08 22:22 
GeneralRe: Get exception from application to Global.asax page Pin
Satish - Developer5-Mar-08 22:41
Satish - Developer5-Mar-08 22:41 
QuestionGridView RowUpdating textbox.Text = "" Pin
Member 43822325-Mar-08 22:05
Member 43822325-Mar-08 22:05 
Hi,

I have written an user control with a gridview control, that does select, edit, update, cancel functionality. I have a question regarding the RowUpdating event. I bind my grid at runtime to a generic list<>, therefor I can't use the oldvalues, newvalues or the keys as you need a datasource control with an update command to be able to use these dictionaries. Another thing is that I have the autogeneratefields = true (as I am creating a generic gridview) and therefor I cannot use the gridview.columns[].extractvaluesfromcell as the columns count = columns created at design time to add the select, edit, update, cancel buttons. I have used the following code:

((TextBox)gridview.Rows[e.RowIndex].Cells[5].Controls[0]).Text which results in "". However the old values are still available. The newly typed data not available.

Any help will be greatly appreciated.
Thanx
GeneralRe: GridView RowUpdating textbox.Text = "" Pin
Herman<T>.Instance14-Apr-08 4:54
Herman<T>.Instance14-Apr-08 4:54 
QuestionHow to pass value user control to user control Pin
praveenkumar_mca5-Mar-08 22:04
praveenkumar_mca5-Mar-08 22:04 
AnswerRe: How to pass value user control to user control Pin
meghamaharshi5-Mar-08 22:08
meghamaharshi5-Mar-08 22:08 
AnswerRe: How to pass value user control to user control Pin
Member 43822325-Mar-08 22:09
Member 43822325-Mar-08 22:09 
QuestionHow to release memory at the time of log out in asp/asp.net web application. Pin
abhishek.mumbai5-Mar-08 22:02
abhishek.mumbai5-Mar-08 22:02 
AnswerRe: How to release memory at the time of log out in asp/asp.net web application. [modified] Pin
Laddie5-Mar-08 23:34
Laddie5-Mar-08 23:34 
GeneralRe: How to release memory at the time of log out in asp/asp.net web application. Pin
abhishek.mumbai6-Mar-08 0:52
abhishek.mumbai6-Mar-08 0:52 
GeneralRe: How to release memory at the time of log out in asp/asp.net web application. Pin
Laddie6-Mar-08 4:02
Laddie6-Mar-08 4:02 
Generalselecting items dynamically in listbox control Pin
Mogaambo5-Mar-08 21:48
Mogaambo5-Mar-08 21:48 
GeneralRe: selecting items dynamically in listbox control Pin
eyeseetee5-Mar-08 21:55
eyeseetee5-Mar-08 21:55 
GeneralRe: selecting items dynamically in listbox control Pin
Mogaambo5-Mar-08 21:56
Mogaambo5-Mar-08 21:56 
GeneralRe: selecting items dynamically in listbox control Pin
N a v a n e e t h5-Mar-08 22:01
N a v a n e e t h5-Mar-08 22:01 
GeneralRe: selecting items dynamically in listbox control Pin
Mogaambo5-Mar-08 22:03
Mogaambo5-Mar-08 22:03 
GeneralRe: selecting items dynamically in listbox control Pin
N a v a n e e t h5-Mar-08 22:20
N a v a n e e t h5-Mar-08 22:20 
GeneralRe: selecting items dynamically in listbox control Pin
eyeseetee5-Mar-08 22:31
eyeseetee5-Mar-08 22:31 
Generalright click Pin
meghamaharshi5-Mar-08 21:27
meghamaharshi5-Mar-08 21:27 
AnswerRe: right click Pin
Vasudevan Deepak Kumar5-Mar-08 21:30
Vasudevan Deepak Kumar5-Mar-08 21: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.