Click here to Skip to main content
15,914,795 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to dynamically display picture in the Image control from some hdd folder. Pin
N a v a n e e t h23-Mar-08 22:35
N a v a n e e t h23-Mar-08 22:35 
GeneralI'm having a problem with creating dynamic control (dropdown) on client side & accessing that control on code behind. Pin
mujeeb_4m22-Mar-08 23:29
mujeeb_4m22-Mar-08 23:29 
GeneralRe: I'm having a problem with creating dynamic control (dropdown) on client side & accessing that control on code behind. Pin
Christian Graus23-Mar-08 11:40
protectorChristian Graus23-Mar-08 11:40 
QuestionASP.NET Pin
girbudenis22-Mar-08 21:59
girbudenis22-Mar-08 21:59 
GeneralRe: ASP.NET Pin
Pete O'Hanlon23-Mar-08 10:08
mvePete O'Hanlon23-Mar-08 10:08 
QuestionHow to pass data from business logic to data layer Pin
mukkanti00722-Mar-08 20:08
mukkanti00722-Mar-08 20:08 
AnswerRe: How to pass data from business logic to data layer Pin
N a v a n e e t h22-Mar-08 21:18
N a v a n e e t h22-Mar-08 21:18 
GeneralHide gridviewrow and bind sqldatasource to SelectedValue of first visible row Pin
AlexeiXX322-Mar-08 13:27
AlexeiXX322-Mar-08 13:27 
Thanks for looking

I have a sqlDatasource bound to a gridview's selectedValue
If i set the visible property of row 0 to false in the gridview, the sqldatasource is still ponting to row 0 (even when the row is not visible)
I would like the sqlDatasource to point to the first visible row
I cant filter the rows in the DB because i set visible to true or false depending on conditions that i apply in my VB code

Is there any way to accomplish this without many code?
Im doing it getting the rows into a dataview, applying conditions and binding the result to the gridview, it works but i was wondering if there is another way to do this

Perhaps another property that i can set to the grisviewrow since visible is not working

Thanks in advance

Alexei Rodriguez

GeneralPassing Querystring Variable into Codebehind to Query The Database Pin
Paul McGann22-Mar-08 12:35
professionalPaul McGann22-Mar-08 12:35 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Declan Bright22-Mar-08 12:43
Declan Bright22-Mar-08 12:43 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Christian Graus22-Mar-08 13:13
protectorChristian Graus22-Mar-08 13:13 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Christian Graus22-Mar-08 13:11
protectorChristian Graus22-Mar-08 13:11 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Paul McGann22-Mar-08 14:53
professionalPaul McGann22-Mar-08 14:53 
QuestionButton click event in user control Pin
indian14322-Mar-08 7:54
indian14322-Mar-08 7:54 
GeneralRe: Button click event in user control Pin
N a v a n e e t h22-Mar-08 8:58
N a v a n e e t h22-Mar-08 8:58 
QuestionRe: Button click event in user control Pin
indian14324-Mar-08 2:33
indian14324-Mar-08 2:33 
GeneralFormView Nasty Pin
Brady Kelly22-Mar-08 6:13
Brady Kelly22-Mar-08 6:13 
GeneralRe: FormView Nasty Pin
Pete O'Hanlon22-Mar-08 9:47
mvePete O'Hanlon22-Mar-08 9:47 
GeneralRe: FormView Nasty Pin
Brady Kelly23-Mar-08 3:33
Brady Kelly23-Mar-08 3:33 
GeneralRe: FormView Nasty Pin
Pete O'Hanlon23-Mar-08 10:15
mvePete O'Hanlon23-Mar-08 10:15 
GeneralRe: FormView Nasty Pin
Brady Kelly24-Mar-08 6:51
Brady Kelly24-Mar-08 6:51 
GeneralRe: FormView Nasty Pin
Christian Graus22-Mar-08 11:40
protectorChristian Graus22-Mar-08 11:40 
GeneralRe: FormView Nasty Pin
Brady Kelly23-Mar-08 3:33
Brady Kelly23-Mar-08 3:33 
GeneralUnique constraint in SQLServer Database Pin
Mohammad A Gdeisat22-Mar-08 3:35
Mohammad A Gdeisat22-Mar-08 3:35 
GeneralRe: Unique constraint in SQLServer Database Pin
pmarfleet22-Mar-08 3:47
pmarfleet22-Mar-08 3:47 

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.