Click here to Skip to main content
15,892,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Listbox items in where clause of a SQL Query Pin
eyeseetee9-Oct-08 21:59
eyeseetee9-Oct-08 21:59 
QuestionDouble Postback using a .aspx submit page to process a PDF Pin
Zhat9-Oct-08 9:54
Zhat9-Oct-08 9:54 
AnswerRe: Double Postback using a .aspx submit page to process a PDF Pin
Dave Doknjas9-Oct-08 12:51
Dave Doknjas9-Oct-08 12:51 
GeneralProblem with System.IO.Directory.Exists Pin
Brady Kelly9-Oct-08 8:39
Brady Kelly9-Oct-08 8:39 
QuestionTabbed window problem Pin
enthusiastic4779-Oct-08 7:17
enthusiastic4779-Oct-08 7:17 
QuestionWhy does a listview show empty rows even there is data provided with an ObjectDataSource? Pin
JUNEYT9-Oct-08 5:36
JUNEYT9-Oct-08 5:36 
Questiontimer in asp.net Pin
sachees1239-Oct-08 3:05
sachees1239-Oct-08 3:05 
AnswerRe: timer in asp.net Pin
Abhijit Jana9-Oct-08 3:53
professionalAbhijit Jana9-Oct-08 3:53 
sachees123 wrote:
1. a timer - i'm trying from last 3 days and used all methods given in asp.net

did you try with AJAX Timer Control ?
sachees123 wrote:
2. dynamically create panels - tried also this but no way find to create that.

Why ? what problem you are getting ?

Try This

protected void Page_Load(object sender, EventArgs e)<br />
   {<br />
       Panel P = new Panel();<br />
       Label l1 = new Label();<br />
       l1.Text = "Hi All";<br />
       P.Controls.Add(l1);<br />
       this.Controls.Add(P);<br />
   }


or any thing else ?

Let me know if any issue Smile | :)

cheers,
Abhijit

GeneralRe: timer in asp.net Pin
sachees1239-Oct-08 19:10
sachees1239-Oct-08 19:10 
GeneralRe: timer in asp.net Pin
Abhijit Jana10-Oct-08 3:59
professionalAbhijit Jana10-Oct-08 3:59 
QuestionSet the db dynamically in web.config Pin
kandalu9-Oct-08 0:45
kandalu9-Oct-08 0:45 
AnswerRe: Set the db dynamically in web.config Pin
Abhijit Jana9-Oct-08 1:06
professionalAbhijit Jana9-Oct-08 1:06 
GeneralRe: Set the db dynamically in web.config Pin
kandalu12-Oct-08 20:12
kandalu12-Oct-08 20:12 
QuestionI want to create a Template Pin
Roney9-Oct-08 0:39
Roney9-Oct-08 0:39 
AnswerRe: I want to create a Template Pin
Abhijit Jana9-Oct-08 0:46
professionalAbhijit Jana9-Oct-08 0:46 
Questionproblem with connection string in web.config [modified] Pin
eyeseetee9-Oct-08 0:17
eyeseetee9-Oct-08 0:17 
AnswerRe: problem with connection string in web.config Pin
Abhijit Jana9-Oct-08 1:09
professionalAbhijit Jana9-Oct-08 1:09 
GeneralRe: problem with connection string in web.config Pin
eyeseetee9-Oct-08 1:23
eyeseetee9-Oct-08 1:23 
GeneralRe: problem with connection string in web.config Pin
Abhijit Jana9-Oct-08 1:39
professionalAbhijit Jana9-Oct-08 1:39 
QuestionHow do i start and stop indexing service Pin
nikhil12348-Oct-08 23:29
nikhil12348-Oct-08 23:29 
AnswerRe: How do i start and stop indexing service Pin
eyeseetee9-Oct-08 0:17
eyeseetee9-Oct-08 0:17 
Questionaspnetdb Pin
y_mmohd8-Oct-08 23:16
y_mmohd8-Oct-08 23:16 
AnswerRe: aspnetdb Pin
eyeseetee9-Oct-08 0:19
eyeseetee9-Oct-08 0:19 
AnswerRe: aspnetdb Pin
Abhijit Jana9-Oct-08 1:10
professionalAbhijit Jana9-Oct-08 1:10 
AnswerRe: aspnetdb Pin
AlexeiXX39-Oct-08 8:50
AlexeiXX39-Oct-08 8:50 

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.