Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTextbox Scroll Bar Pin
koncuk11-Feb-10 22:32
koncuk11-Feb-10 22:32 
AnswerRe: Textbox Scroll Bar Pin
s.mn11-Feb-10 23:35
s.mn11-Feb-10 23:35 
GeneralRe: Textbox Scroll Bar Pin
koncuk12-Feb-10 0:37
koncuk12-Feb-10 0:37 
GeneralRe: Textbox Scroll Bar Pin
s.mn12-Feb-10 0:41
s.mn12-Feb-10 0:41 
GeneralRe: Textbox Scroll Bar Pin
koncuk12-Feb-10 0:57
koncuk12-Feb-10 0:57 
AnswerRe: Textbox Scroll Bar Pin
T M Gray12-Feb-10 7:57
T M Gray12-Feb-10 7:57 
GeneralRe: Textbox Scroll Bar Pin
koncuk14-Feb-10 20:58
koncuk14-Feb-10 20:58 
QuestionNot able To show loading image Pin
Any_India11-Feb-10 21:47
Any_India11-Feb-10 21:47 
Hi.

I actualy want to show loading image on dropdownlist index change when it load the item to other dropdownlist.

below i provide the code


Image1.Style.Add("display", "~/images/loading-icon.gif")

Dim ldd As String = "select XXX from XXXX where XXXX='" & DropDownList1.Text & "' "
Dim ds As DataSet = load all result into dataset

If ds.Tables(0).Rows.Count > 0 Then
Dim i, j As Integer
j = ds.Tables(0).Rows.Count
For i = 0 To j - 1
DropDownList2.Items.Add("" & ds.Tables(0).Rows(0)(0) & "")
Next
End If

Image1.Style.Add("display", "None")


Plz Giv me the soliution.
AnswerRe: Not able To show loading image Pin
T M Gray12-Feb-10 6:12
T M Gray12-Feb-10 6:12 
AnswerRe: Not able To show loading image Pin
PunkIsNotDead12-Feb-10 6:15
PunkIsNotDead12-Feb-10 6:15 
Questionwhat is extension method in net? Pin
Tridip Bhattacharjee11-Feb-10 21:37
professionalTridip Bhattacharjee11-Feb-10 21:37 
AnswerRe: what is extension method in net? Pin
Anurag Gandhi12-Feb-10 0:02
professionalAnurag Gandhi12-Feb-10 0:02 
Questionquestion regarding asp.net net project type? Pin
Tridip Bhattacharjee11-Feb-10 21:37
professionalTridip Bhattacharjee11-Feb-10 21:37 
AnswerRe: question regarding asp.net net project type? Pin
i gr811-Feb-10 22:18
i gr811-Feb-10 22:18 
AnswerRe: question regarding asp.net net project type? Pin
T M Gray12-Feb-10 4:42
T M Gray12-Feb-10 4:42 
Questionmy datepicker is not working in opera but it is workin in IE,FireFox Pin
Tridip Bhattacharjee11-Feb-10 21:36
professionalTridip Bhattacharjee11-Feb-10 21:36 
AnswerRe: my datepicker is not working in opera but it is workin in IE,FireFox Pin
i gr811-Feb-10 22:23
i gr811-Feb-10 22:23 
Questionopensource advance image editor for asp.net Pin
Tridip Bhattacharjee11-Feb-10 21:35
professionalTridip Bhattacharjee11-Feb-10 21:35 
QuestionMaster page and Frame? Pin
Tridip Bhattacharjee11-Feb-10 21:35
professionalTridip Bhattacharjee11-Feb-10 21:35 
QuestionHow to encrypt javascript from server side code when it will emit in page? Pin
Tridip Bhattacharjee11-Feb-10 21:35
professionalTridip Bhattacharjee11-Feb-10 21:35 
AnswerRe: How to encrypt javascript from server side code when it will emit in page? Pin
i gr811-Feb-10 22:35
i gr811-Feb-10 22:35 
QuestionHow call a method asynchronously in asp.net2.0 Pin
Tridip Bhattacharjee11-Feb-10 21:34
professionalTridip Bhattacharjee11-Feb-10 21:34 
AnswerRe: How call a method asynchronously in asp.net2.0 Pin
i gr811-Feb-10 22:37
i gr811-Feb-10 22:37 
Questionhow to parse xml by javascript which will be crossbrowser Pin
Tridip Bhattacharjee11-Feb-10 21:34
professionalTridip Bhattacharjee11-Feb-10 21:34 
Questionjava script is not working for internet explorer 8 Pin
vikas shukla11-Feb-10 20:44
vikas shukla11-Feb-10 20: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.