Click here to Skip to main content
15,902,840 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionImporting Controls made in Visual C# into ASP.NET Pin
jblouir1-Nov-07 6:59
jblouir1-Nov-07 6:59 
AnswerRe: Importing Controls made in Visual C# into ASP.NET Pin
Christian Graus1-Nov-07 10:49
protectorChristian Graus1-Nov-07 10:49 
AnswerRe: Importing Controls made in Visual C# into ASP.NET Pin
Pete O'Hanlon1-Nov-07 11:44
mvePete O'Hanlon1-Nov-07 11:44 
QuestionProblem in using EditItemTemplate of GridView while keeping the AutoGenerateEdit=false Pin
Rocky#1-Nov-07 5:29
Rocky#1-Nov-07 5:29 
QuestionASP.Net & C# Pin
KBM731-Nov-07 4:50
KBM731-Nov-07 4:50 
AnswerRe: ASP.Net & C# Pin
pmarfleet1-Nov-07 6:06
pmarfleet1-Nov-07 6:06 
QuestionSQLDataSource Pin
recono11-Nov-07 4:38
recono11-Nov-07 4:38 
AnswerRe: SQLDataSource Pin
dataminers1-Nov-07 6:59
dataminers1-Nov-07 6:59 
Accually, coder determine data source in source code. For example;
SqlConnection conn = new SqlConnection("Data Source=...

if using string variable like
string str = "Provider=Microsoft.Jet...
so you can easily bind the textbox how TextBox1.Text = str


Other hand if you want to learn DataSource code which created by Visual Studio component or DBMS.

Add SqlDataSource1 component to application
Use ConnectionString property and fire wizard... (complete progress)
turn your code, copy string in the SqlDataSource1's ConnectionString property


Best Regards...
GeneralRe: SQLDataSource Pin
dataminers1-Nov-07 14:07
dataminers1-Nov-07 14:07 
QuestionFirefox script Pin
Mr.Sam1-Nov-07 3:45
Mr.Sam1-Nov-07 3:45 
AnswerRe: Firefox script Pin
Guffa1-Nov-07 9:21
Guffa1-Nov-07 9:21 
AnswerRe: Firefox script Pin
Pete O'Hanlon1-Nov-07 11:53
mvePete O'Hanlon1-Nov-07 11:53 
QuestionPageRequestManagerServerErrorException 12030 when clicking a Button Pin
Herman<T>.Instance1-Nov-07 3:02
Herman<T>.Instance1-Nov-07 3:02 
QuestionProblem while finding control inside gridview Pin
rahul.net111-Nov-07 2:50
rahul.net111-Nov-07 2:50 
AnswerRe: Problem while finding control inside gridview Pin
Imran Khan Pathan1-Nov-07 3:08
Imran Khan Pathan1-Nov-07 3:08 
GeneralRe: Problem while finding control inside gridview Pin
rahul.net111-Nov-07 3:52
rahul.net111-Nov-07 3:52 
AnswerRe: Problem while finding control inside gridview Pin
Herman<T>.Instance1-Nov-07 3:12
Herman<T>.Instance1-Nov-07 3:12 
GeneralRe: Problem while finding control inside gridview Pin
rahul.net111-Nov-07 3:53
rahul.net111-Nov-07 3:53 
GeneralRe: Problem while finding control inside gridview Pin
Herman<T>.Instance1-Nov-07 4:01
Herman<T>.Instance1-Nov-07 4:01 
GeneralRe: Problem while finding control inside gridview Pin
rahul.net111-Nov-07 4:05
rahul.net111-Nov-07 4:05 
GeneralRe: Problem while finding control inside gridview Pin
rahul.net111-Nov-07 4:11
rahul.net111-Nov-07 4:11 
GeneralRe: Problem while finding control inside gridview Pin
Herman<T>.Instance1-Nov-07 4:23
Herman<T>.Instance1-Nov-07 4:23 
GeneralRe: Problem while finding control inside gridview Pin
rahul.net111-Nov-07 5:33
rahul.net111-Nov-07 5:33 
Questiontimer in asp.net Pin
prachishah1-Nov-07 2:35
prachishah1-Nov-07 2:35 
AnswerRe: timer in asp.net Pin
InsDev1-Nov-07 2:37
InsDev1-Nov-07 2:37 

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.