Click here to Skip to main content
15,911,306 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: uploading asp.net files to a web server Pin
eyeseetee5-Feb-08 21:45
eyeseetee5-Feb-08 21:45 
QuestionDrop Down Lists on web pages problem Pin
Anoop Brijmohun5-Feb-08 2:53
Anoop Brijmohun5-Feb-08 2:53 
GeneralRe: Drop Down Lists on web pages problem Pin
bokuceres5-Feb-08 17:31
bokuceres5-Feb-08 17:31 
GeneralRe: Drop Down Lists on web pages problem Pin
Anoop Brijmohun5-Feb-08 22:07
Anoop Brijmohun5-Feb-08 22:07 
GeneralRe: Drop Down Lists on web pages problem Pin
bokuceres7-Feb-08 19:10
bokuceres7-Feb-08 19:10 
GeneralGridView + .net 2.0 Pin
trilokharry5-Feb-08 2:46
trilokharry5-Feb-08 2:46 
GeneralRe: GridView + .net 2.0 Pin
Abhijit Jana5-Feb-08 2:51
professionalAbhijit Jana5-Feb-08 2:51 
GeneralRe: GridView + .net 2.0 Pin
bokuceres5-Feb-08 17:42
bokuceres5-Feb-08 17:42 
something that change in gridview, you can assign value directly to boundfield and set the boundfield.visible = false then you want to catch that value. well, it happened while i was at project.

you have to put a control to templatefield (in this case hiddenfield is great), assign it with data like example below.
when you want to get the value, you have to use FindControl method, catch the control, get the value.

ex:
'<%#DataBinder.Eval(Container.DataItem, "PolicyNo")%>'

hope it helps

tell me if my writing's confusing
GeneralSql Connection Error!!! Pin
kibromg5-Feb-08 2:06
kibromg5-Feb-08 2:06 
GeneralRe: Sql Connection Error!!! Pin
Abhijit Jana5-Feb-08 2:25
professionalAbhijit Jana5-Feb-08 2:25 
GeneralRe: Sql Connection Error!!! Pin
kibromg5-Feb-08 2:47
kibromg5-Feb-08 2:47 
GeneralRe: Sql Connection Error!!! Pin
Abhijit Jana5-Feb-08 2:50
professionalAbhijit Jana5-Feb-08 2:50 
GeneralRe: Sql Connection Error!!! Pin
kibromg5-Feb-08 2:59
kibromg5-Feb-08 2:59 
GeneralRe: Sql Connection Error!!! Pin
kibromg5-Feb-08 4:05
kibromg5-Feb-08 4:05 
GeneralRe: Sql Connection Error!!! Pin
Paddy Boyd5-Feb-08 2:44
Paddy Boyd5-Feb-08 2:44 
AnswerRe: Sql Connection Error!!! Pin
Vasudevan Deepak Kumar5-Feb-08 4:17
Vasudevan Deepak Kumar5-Feb-08 4:17 
QuestionAdRotator problem Pin
Raam5-Feb-08 2:00
Raam5-Feb-08 2:00 
GeneralRe: AdRotator problem Pin
PragneshMPatel6-Feb-08 0:32
PragneshMPatel6-Feb-08 0:32 
Generaljava script+master page Pin
trilokharry5-Feb-08 1:51
trilokharry5-Feb-08 1:51 
GeneralJavascript Help.. Pin
Sasmi5-Feb-08 1:36
Sasmi5-Feb-08 1:36 
GeneralRe: Javascript Help.. Pin
Laxmikant Lad5-Feb-08 2:12
Laxmikant Lad5-Feb-08 2:12 
GeneralDropdownlist should trigger the panel Pin
Devkranth Kishore Vanja5-Feb-08 1:21
Devkranth Kishore Vanja5-Feb-08 1:21 
GeneralRe: Dropdownlist should trigger the panel Pin
Laxmikant Lad5-Feb-08 2:18
Laxmikant Lad5-Feb-08 2:18 
GeneralRe: Dropdownlist should trigger the panel Pin
Devkranth Kishore Vanja5-Feb-08 17:28
Devkranth Kishore Vanja5-Feb-08 17:28 
GeneralRe: Dropdownlist should trigger the panel Pin
amargujrathi20065-Feb-08 6:44
amargujrathi20065-Feb-08 6:44 

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.