Click here to Skip to main content
15,917,652 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionToolBox Problem Pin
beatles16921-Nov-07 15:32
beatles16921-Nov-07 15:32 
AnswerRe: ToolBox Problem Pin
Christian Graus1-Nov-07 17:39
protectorChristian Graus1-Nov-07 17:39 
QuestionCustom control collapseble panel Pin
matsnas1-Nov-07 12:28
matsnas1-Nov-07 12:28 
AnswerRe: Custom control collapseble panel Pin
Not Active1-Nov-07 16:25
mentorNot Active1-Nov-07 16:25 
AnswerRe: Custom control collapseble panel Pin
N a v a n e e t h1-Nov-07 20:33
N a v a n e e t h1-Nov-07 20:33 
QuestionError: 'theForm.__SCROLLPOSITIONX' is null or not an object Pin
gates091-Nov-07 9:16
gates091-Nov-07 9:16 
QuestionGrid View Delete Command. Pin
Dio221-Nov-07 8:40
Dio221-Nov-07 8:40 
AnswerRe: Grid View Delete Command. Pin
Dio221-Nov-07 9:56
Dio221-Nov-07 9:56 
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 

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.