Click here to Skip to main content
15,885,904 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: login failed for 'User\Guest' in webapplication Pin
Abhishek Sur14-Sep-09 9:23
professionalAbhishek Sur14-Sep-09 9:23 
GeneralRe: login failed for 'User\Guest' in webapplication Pin
shankbond17-Sep-09 1:41
shankbond17-Sep-09 1:41 
Questiondocument.getElementById('Accordion_Content_Linkbutton1').click() is not a function Pin
antony beula14-Sep-09 2:04
antony beula14-Sep-09 2:04 
AnswerRe: document.getElementById('Accordion_Content_Linkbutton1').click() is not a function Pin
Christian Graus14-Sep-09 2:06
protectorChristian Graus14-Sep-09 2:06 
GeneralRe: document.getElementById('Accordion_Content_Linkbutton1').click() is not a function [modified] Pin
antony beula14-Sep-09 2:11
antony beula14-Sep-09 2:11 
GeneralRe: document.getElementById('Accordion_Content_Linkbutton1').click() is not a function Pin
Christian Graus14-Sep-09 13:06
protectorChristian Graus14-Sep-09 13:06 
AnswerRe: document.getElementById('Accordion_Content_Linkbutton1').click() is not a function Pin
Not Active14-Sep-09 5:32
mentorNot Active14-Sep-09 5:32 
Questioncannot bind the ddl in my editable gridview Pin
LucBite14-Sep-09 1:46
LucBite14-Sep-09 1:46 
I have a dropdownlist within my editable gridview.The datasource of the gridview is a datatable method which accepts as a parameter the text of the lable of one of the columns in the gridview.I'm using the code below to try this task but it is not working.

protected void gvServices_DataBinding(object sender, GridViewRowEventArgs e)
{//gvServices is a gridview name
if (e.Row.RowType == DataControlRowType.DataRow)
{
DropDownList ddl = (DropDownList)e.Row.Cells[3].FindControl("DDLServType");
Label lbl = (Label)e.Row.Cells[2].FindControl("lblServiceName");
string servicename= lbl.Text;
ddl.DataSource = st.getServiceTypes(servicename);
ddl.DataBind();
}
}

ML Lingwati

AnswerRe: cannot bind the ddl in my editable gridview Pin
Christian Graus14-Sep-09 2:05
protectorChristian Graus14-Sep-09 2:05 
AnswerRe: cannot bind the ddl in my editable gridview Pin
Abhishek Sur14-Sep-09 9:36
professionalAbhishek Sur14-Sep-09 9:36 
QuestionFolder Browser in ASp.net Pin
koppulaj14-Sep-09 0:32
koppulaj14-Sep-09 0:32 
AnswerRe: Folder Browser in ASp.net Pin
Abhishek Sur14-Sep-09 0:42
professionalAbhishek Sur14-Sep-09 0:42 
AnswerRe: Folder Browser in ASp.net Pin
Aman Bhullar14-Sep-09 0:52
Aman Bhullar14-Sep-09 0:52 
AnswerRe: Folder Browser in ASp.net Pin
Arun Jacob14-Sep-09 1:37
Arun Jacob14-Sep-09 1:37 
Questionhow to insert and update in Sql-Server through javascript in VB.net Pin
OmiAshish14-Sep-09 0:20
OmiAshish14-Sep-09 0:20 
AnswerRe: how to insert and update in Sql-Server through javascript in VB.net Pin
Amit Patel198514-Sep-09 0:35
Amit Patel198514-Sep-09 0:35 
AnswerRe: how to insert and update in Sql-Server through javascript in VB.net Pin
Abhishek Sur14-Sep-09 0:40
professionalAbhishek Sur14-Sep-09 0:40 
AnswerRe: how to insert and update in Sql-Server through javascript in VB.net Pin
Christian Graus14-Sep-09 0:46
protectorChristian Graus14-Sep-09 0:46 
AnswerRe: how to insert and update in Sql-Server through javascript in VB.net Pin
yesu prakash14-Sep-09 17:39
yesu prakash14-Sep-09 17:39 
QuestionTreeview control Pin
rinku soni 2314-Sep-09 0:14
rinku soni 2314-Sep-09 0:14 
AnswerRe: Treeview control Pin
Christian Graus14-Sep-09 1:05
protectorChristian Graus14-Sep-09 1:05 
QuestionSplash screen in asp.net Pin
Swetha Srinivasan13-Sep-09 23:32
Swetha Srinivasan13-Sep-09 23:32 
AnswerRe: Splash screen in asp.net Pin
Christian Graus14-Sep-09 0:47
protectorChristian Graus14-Sep-09 0:47 
AnswerRe: Splash screen in asp.net Pin
Abhishek Sur14-Sep-09 0:48
professionalAbhishek Sur14-Sep-09 0:48 
QuestionDisplay Images on Page from Database Pin
AB777113-Sep-09 23:25
AB777113-Sep-09 23: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.