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

ASP.NET

 
GeneralRe: selecting data from excel sheet Pin
Gaurav Dudeja India24-May-10 20:48
Gaurav Dudeja India24-May-10 20:48 
QuestionDataList HeaderTemplate Problem Pin
jitendrafaye24-May-10 18:59
jitendrafaye24-May-10 18:59 
Questioncalender Pin
luckydear24-May-10 18:42
luckydear24-May-10 18:42 
QuestionLoad Excel file into Database using FileUpload Control Error Pin
cheguri24-May-10 18:35
cheguri24-May-10 18:35 
AnswerRe: Load Excel file into Database using FileUpload Control Error Pin
Tej Aj24-May-10 20:23
Tej Aj24-May-10 20:23 
GeneralRe: Load Excel file into Database using FileUpload Control Error Pin
cheguri25-May-10 0:14
cheguri25-May-10 0:14 
GeneralRe: Load Excel file into Database using FileUpload Control Error Pin
Tej Aj25-May-10 3:29
Tej Aj25-May-10 3:29 
QuestionHow can Access a Div without add runar="server" in code behind? Pin
anoop_m8324-May-10 12:58
anoop_m8324-May-10 12:58 
protected void Page_Load(object sender, EventArgs e)
   {
      HtmlGenericControl div = (HtmlGenericControl)Page.FindControl("mydiv");
       if (div != null)
       {
           div.InnerHtml = "test message";
       }
   }

i used this code, but not working? is there any solution? i search google but cant get relevant answer. please help me.
AnswerRe: How can Access a Div without add runar="server" in code behind? Pin
Not Active24-May-10 13:35
mentorNot Active24-May-10 13:35 
GeneralRe: How can Access a Div without add runar="server" in code behind? Pin
anoop_m8324-May-10 13:46
anoop_m8324-May-10 13:46 
GeneralRe: How can Access a Div without add runar="server" in code behind? Pin
Not Active24-May-10 14:17
mentorNot Active24-May-10 14:17 
GeneralRe: How can Access a Div without add runar="server" in code behind? Pin
anoop_m8324-May-10 14:33
anoop_m8324-May-10 14:33 
AnswerRe: How can Access a Div without add runar="server" in code behind? Pin
doudoufly2-Jun-10 0:05
doudoufly2-Jun-10 0:05 
QuestionExample ASP.NET training project, which uses a database, users can enter under the login and apply the session. Pin
vn2145624-May-10 10:50
vn2145624-May-10 10:50 
QuestionDynamic Content + Reflection + Server Controls Pin
CP_Klewis24-May-10 10:25
CP_Klewis24-May-10 10:25 
AnswerRe: Dynamic Content + Reflection + Server Controls Pin
T M Gray24-May-10 11:05
T M Gray24-May-10 11:05 
GeneralRe: Dynamic Content + Reflection + Server Controls Pin
CP_Klewis25-May-10 1:27
CP_Klewis25-May-10 1:27 
QuestionWeb Service on https site Pin
#realJSOP24-May-10 9:48
mve#realJSOP24-May-10 9:48 
QuestionGridview containing dependent dropdownlists errors on edit. Pin
janetb9924-May-10 9:09
janetb9924-May-10 9:09 
QuestionHow to get the date value from Date time Pin
Amit Patel198524-May-10 9:00
Amit Patel198524-May-10 9:00 
AnswerRe: How to get the date value from Date time Pin
Not Active24-May-10 9:09
mentorNot Active24-May-10 9:09 
QuestionAjaxControlToolkit AutoCompleteExtender Pin
Crapaw4524-May-10 8:20
Crapaw4524-May-10 8:20 
AnswerRe: AjaxControlToolkit AutoCompleteExtender Pin
T M Gray24-May-10 11:01
T M Gray24-May-10 11:01 
GeneralRe: AjaxControlToolkit AutoCompleteExtender Pin
Crapaw4524-May-10 11:05
Crapaw4524-May-10 11:05 
GeneralRe: AjaxControlToolkit AutoCompleteExtender Pin
T M Gray24-May-10 11:22
T M Gray24-May-10 11:22 

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.