Click here to Skip to main content
16,013,082 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: expand/collapse images in TreeView control Pin
Not Active18-Jul-06 9:32
mentorNot Active18-Jul-06 9:32 
Questionrotating images in Adrotator Pin
ravindradonkada18-Jul-06 7:30
ravindradonkada18-Jul-06 7:30 
AnswerRe: rotating images in Adrotator [modified] Pin
StonePit18-Jul-06 8:29
StonePit18-Jul-06 8:29 
QuestionDownloading file from ASP.NET 2.0 web page Pin
seee sharp18-Jul-06 6:43
seee sharp18-Jul-06 6:43 
AnswerRe: Downloading file from ASP.NET 2.0 web page Pin
StonePit18-Jul-06 7:31
StonePit18-Jul-06 7:31 
GeneralRe: Downloading file from ASP.NET 2.0 web page Pin
seee sharp18-Jul-06 22:22
seee sharp18-Jul-06 22:22 
QuestionRegarding datagrid Pin
DivyaJagadish18-Jul-06 5:29
DivyaJagadish18-Jul-06 5:29 
AnswerRe: Regarding datagrid Pin
Saifi Hasan18-Jul-06 19:02
Saifi Hasan18-Jul-06 19:02 
Here you need to be little tricky ,

you can add attribute OnChange="SomeJsFunction(this)", This will pass the combobox object and you can get the Seource Combo box ID.

Now the trick is like this when ever you put some control in grid by frgault its ID changes like "GataGridID_ctrl2_comboboxid"
the initial part "GataGridID_ctrl2_" is common for all control in same row so if you want some button ID you could write

var buttonid = "GataGridID_ctrl2_"+"buttonID"

by this ID you can get the object using getElementByID()
and then can make it visible or hide

Nobody is perfect i'm Nobody
Question.net Atlas project problems!! Pin
richiemac18-Jul-06 4:50
richiemac18-Jul-06 4:50 
AnswerRe: .net Atlas project problems!! Pin
minhpc_bk18-Jul-06 20:11
minhpc_bk18-Jul-06 20:11 
GeneralRe: .net Atlas project problems!! Pin
richiemac18-Jul-06 22:01
richiemac18-Jul-06 22:01 
GeneralRe: .net Atlas project problems!! Pin
minhpc_bk18-Jul-06 22:59
minhpc_bk18-Jul-06 22:59 
GeneralRe: .net Atlas project problems!! Pin
richiemac18-Jul-06 23:10
richiemac18-Jul-06 23:10 
Questionclient side... Label Pin
dansoft18-Jul-06 4:32
dansoft18-Jul-06 4:32 
AnswerRe: client side... Label Pin
minhpc_bk18-Jul-06 16:29
minhpc_bk18-Jul-06 16:29 
QuestionSMTP problem [modified] Pin
Tiger45618-Jul-06 3:14
Tiger45618-Jul-06 3:14 
AnswerRe: SMTP problem Pin
ASandeep18-Jul-06 9:19
ASandeep18-Jul-06 9:19 
QuestionHi , i need an advice Pin
Mohammed Amine18-Jul-06 1:54
Mohammed Amine18-Jul-06 1:54 
AnswerRe: Hi , i need an advice Pin
Jim Conigliaro18-Jul-06 2:02
Jim Conigliaro18-Jul-06 2:02 
GeneralRe: Hi , i need an advice Pin
Mohammed Amine18-Jul-06 2:22
Mohammed Amine18-Jul-06 2:22 
GeneralRe: Hi , i need an advice Pin
Jim Conigliaro18-Jul-06 3:40
Jim Conigliaro18-Jul-06 3:40 
GeneralRe: Hi , i need an advice Pin
Mohammed Amine18-Jul-06 3:44
Mohammed Amine18-Jul-06 3:44 
GeneralRe: Hi , i need an advice Pin
StonePit18-Jul-06 7:34
StonePit18-Jul-06 7:34 
GeneralRe: Hi , i need an advice Pin
Mohammed Amine18-Jul-06 11:03
Mohammed Amine18-Jul-06 11:03 
AnswerRe: Hi , i need an advice Pin
Shmalex18-Jul-06 16:00
Shmalex18-Jul-06 16:00 

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.