Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Unable to find the requested .Net Framework Data Provider. It may not be installed. Pin
Krazy Programmer2-Oct-08 22:35
Krazy Programmer2-Oct-08 22:35 
QuestionPerformance Tuning Pin
Govind Bhanushali2-Oct-08 21:25
Govind Bhanushali2-Oct-08 21:25 
AnswerRe: Performance Tuning Pin
Eduard Keilholz2-Oct-08 21:56
Eduard Keilholz2-Oct-08 21:56 
AnswerRe: Performance Tuning Pin
Brij3-Oct-08 1:08
mentorBrij3-Oct-08 1:08 
QuestionHelp With Dynamic TextBox Pin
DotNetCoderJunior2-Oct-08 21:04
DotNetCoderJunior2-Oct-08 21:04 
AnswerRe: Help With Dynamic TextBox Pin
acroitoriu2-Oct-08 21:33
acroitoriu2-Oct-08 21:33 
GeneralRe: Help With Dynamic TextBox Pin
DotNetCoderJunior2-Oct-08 22:01
DotNetCoderJunior2-Oct-08 22:01 
GeneralRe: Help With Dynamic TextBox Pin
acroitoriu2-Oct-08 22:09
acroitoriu2-Oct-08 22:09 
how do you search for the dynamic table?
I didn't see any ID for the table set anywhere... do you set it somewhere?
try to set the ID ... tblServer.ID = "tableID";

and then search for the table using:
Table tblServer = (Table)PlaceHolder1.FindControl("tableID");

this is what I would try Smile | :)
hope it helps.
GeneralRe: Help With Dynamic TextBox Pin
DotNetCoderJunior2-Oct-08 22:22
DotNetCoderJunior2-Oct-08 22:22 
GeneralRe: Help With Dynamic TextBox Pin
acroitoriu2-Oct-08 22:29
acroitoriu2-Oct-08 22:29 
GeneralRe: Help With Dynamic TextBox Pin
DotNetCoderJunior2-Oct-08 22:39
DotNetCoderJunior2-Oct-08 22:39 
GeneralRe: Help With Dynamic TextBox Pin
acroitoriu2-Oct-08 23:15
acroitoriu2-Oct-08 23:15 
GeneralRe: Help With Dynamic TextBox Pin
DotNetCoderJunior3-Oct-08 0:01
DotNetCoderJunior3-Oct-08 0:01 
AnswerRe: Help With Dynamic TextBox Pin
DotNetCoderJunior3-Oct-08 3:07
DotNetCoderJunior3-Oct-08 3:07 
QuestionReporting Service in Asp.net 2005 Pin
Member 31782792-Oct-08 21:02
Member 31782792-Oct-08 21:02 
AnswerRe: Reporting Service in Asp.net 2005 Pin
Sathesh Sakthivel3-Oct-08 3:03
Sathesh Sakthivel3-Oct-08 3:03 
QuestionDate Time picker [modified] Pin
member272-Oct-08 20:52
member272-Oct-08 20:52 
AnswerRe: Date Time picker Pin
acroitoriu2-Oct-08 21:29
acroitoriu2-Oct-08 21:29 
GeneralRe: Date Time picker Pin
Krazy Programmer2-Oct-08 21:40
Krazy Programmer2-Oct-08 21:40 
QuestionResponse.AddHeader() Pin
jhyn2-Oct-08 19:21
jhyn2-Oct-08 19:21 
AnswerRe: Response.AddHeader() Pin
acroitoriu2-Oct-08 21:19
acroitoriu2-Oct-08 21:19 
AnswerRe: Response.AddHeader() [modified] Pin
jhyn2-Oct-08 21:20
jhyn2-Oct-08 21:20 
QuestionExport image to excel Pin
saravanan052-Oct-08 19:09
saravanan052-Oct-08 19:09 
Questionhave a problem with sessions Pin
kheer2-Oct-08 18:33
kheer2-Oct-08 18:33 
AnswerRe: have a problem with sessions Pin
Sneha Bisht2-Oct-08 18:48
Sneha Bisht2-Oct-08 18:48 

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.