Click here to Skip to main content
15,890,609 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAjax Timer control in ASP.Net Pin
scothykonma5-May-09 21:17
scothykonma5-May-09 21:17 
AnswerRe: Ajax Timer control in ASP.Net Pin
Spunky Coder5-May-09 21:51
Spunky Coder5-May-09 21:51 
GeneralRe: Ajax Timer control in ASP.Net [modified] Pin
scothykonma6-May-09 0:32
scothykonma6-May-09 0:32 
Questionhow to implement time interval in asp.net Pin
souravghosh185-May-09 20:52
souravghosh185-May-09 20:52 
AnswerRe: how to implement time interval in asp.net Pin
Abhishek Sur5-May-09 22:22
professionalAbhishek Sur5-May-09 22:22 
GeneralRe: how to implement time interval in asp.net Pin
souravghosh185-May-09 22:41
souravghosh185-May-09 22:41 
Questionexponential to float value Pin
Member 38798815-May-09 20:33
Member 38798815-May-09 20:33 
QuestionLoading image in textbox(auto complete extender) Pin
md_azy5-May-09 19:52
md_azy5-May-09 19:52 
Hi,
I am implementing auto complete extender in my project. I want a loading image to be displayed in the textbox while the data is being fetched from database and presented to the user.


<asp:TextBox id="TextBox2" Width="216px" runat="server" Text='<%# Bind("c_name") %>'  autocomplete="off" ></asp:TextBox><br />
 <br />
 <cc1:AutoCompleteExtender id="AutoCompleteExtender1" runat="server" ServiceMethod="fetch" TargetControlID ="TextBox2" ServicePath="autocom.asmx"   CompletionSetCount ="12" EnableCaching ="true" MinimumPrefixLength ="2"> <br />
 </cc1:AutoCompleteExtender>

AnswerRe: Loading image in textbox(auto complete extender) Pin
Spunky Coder5-May-09 20:03
Spunky Coder5-May-09 20:03 
AnswerRe: Loading image in textbox(auto complete extender) Pin
Abhijit Jana5-May-09 20:11
professionalAbhijit Jana5-May-09 20:11 
AnswerRe: Loading image in textbox(auto complete extender) Pin
Bangla Gopal Surya Prakash29-Jun-09 21:32
Bangla Gopal Surya Prakash29-Jun-09 21:32 
QuestionGridView adds duplicate row on Page refresh Pin
Blumen5-May-09 19:17
Blumen5-May-09 19:17 
AnswerRe: GridView adds duplicate row on Page refresh Pin
Spunky Coder5-May-09 19:54
Spunky Coder5-May-09 19:54 
GeneralRe: GridView adds duplicate row on Page refresh Pin
Blumen5-May-09 20:53
Blumen5-May-09 20:53 
GeneralRe: GridView adds duplicate row on Page refresh Pin
Spunky Coder5-May-09 21:43
Spunky Coder5-May-09 21:43 
QuestionResponse.Redirect() Pin
CodingLover5-May-09 17:50
CodingLover5-May-09 17:50 
AnswerRe: Response.Redirect() Pin
Christian Graus5-May-09 17:55
protectorChristian Graus5-May-09 17:55 
AnswerRe: Response.Redirect() Pin
saanj5-May-09 19:10
saanj5-May-09 19:10 
QuestionCalling another page in side a wizard control in asp.net Pin
meeram3955-May-09 17:25
meeram3955-May-09 17:25 
AnswerRe: Calling another page in side a wizard control in asp.net Pin
Christian Graus5-May-09 17:27
protectorChristian Graus5-May-09 17:27 
AnswerRe: Calling another page in side a wizard control in asp.net [modified] Pin
dotnetmember5-May-09 19:24
dotnetmember5-May-09 19:24 
QuestionChanges in design view not sychronized to source view in VS2008 SP1 Pin
Ethe1st5-May-09 16:45
Ethe1st5-May-09 16:45 
AnswerRe: Changes in design view not sychronized to source view in VS2008 SP1 Pin
saanj5-May-09 19:13
saanj5-May-09 19:13 
GeneralRe: Changes in design view not sychronized to source view in VS2008 SP1 Pin
Ethe1st5-May-09 22:59
Ethe1st5-May-09 22:59 
QuestionSending Email (Using ASP.Net with C# Language) Pin
misCafe5-May-09 15:25
misCafe5-May-09 15:25 

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.