Click here to Skip to main content
15,893,594 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Modal popup Pin
Calin Tatar19-Feb-09 2:32
Calin Tatar19-Feb-09 2:32 
AnswerRe: Modal popup Pin
Mark Graham19-Feb-09 4:22
Mark Graham19-Feb-09 4:22 
Questionpassing values from aspx page to htm page Pin
venu65619-Feb-09 0:13
venu65619-Feb-09 0:13 
AnswerRe: passing values from aspx page to htm page Pin
Greg Chelstowski19-Feb-09 0:39
Greg Chelstowski19-Feb-09 0:39 
GeneralRe: passing values from aspx page to htm page Pin
venu65619-Feb-09 0:59
venu65619-Feb-09 0:59 
GeneralRe: passing values from aspx page to htm page Pin
Greg Chelstowski19-Feb-09 1:03
Greg Chelstowski19-Feb-09 1:03 
GeneralRe: passing values from aspx page to htm page Pin
venu65619-Feb-09 1:10
venu65619-Feb-09 1:10 
QuestionProblem With dropdownlist. Pin
Deepak Nigam18-Feb-09 23:49
Deepak Nigam18-Feb-09 23:49 
Hello friends,

m having some problem with dropdownlist, in my code i have to save the selected value in the database and after it i need to remove it from the dropdownlist,

my code is as below
<br />
LevelDBMLDataContext dt = new LevelDBMLDataContext();<br />
            LevelMaster lmas = new LevelMaster();<br />
            lmas.KMLevel_number = Convert.ToInt32(ddlLevelNumber.SelectedItem.ToString());<br />
            lmas.KMLevel_Name = txtLeveName.Text;<br />
            lmas.KMLevel_Description = txtDescription.Text;<br />
            lmas.KMLevel_Status = getStatus();<br />
            dt.LevelMasters.InsertOnSubmit(lmas);<br />
            dt.SubmitChanges();<br />
            ClearControls();<br />
            fillLevelNumber();// function for binding the dropdownlist<br />


but since page load occur before the click button click event it is not working.please help me ...........thanks


QuestionServer time and local time Pin
yesu prakash18-Feb-09 23:40
yesu prakash18-Feb-09 23:40 
AnswerRe: Server time and local time Pin
keyur satyadev19-Feb-09 3:07
keyur satyadev19-Feb-09 3:07 
GeneralRe: Server time and local time Pin
yesu prakash19-Feb-09 17:40
yesu prakash19-Feb-09 17:40 
AnswerRe: Server time and local time Pin
Rajesh Chinnam21-Jun-09 23:52
Rajesh Chinnam21-Jun-09 23:52 
QuestionDLL Pin
Elango N18-Feb-09 22:55
Elango N18-Feb-09 22:55 
AnswerRe: DLL Pin
Christian Graus18-Feb-09 22:58
protectorChristian Graus18-Feb-09 22:58 
AnswerRe: DLL Pin
Vimalsoft(Pty) Ltd18-Feb-09 23:43
professionalVimalsoft(Pty) Ltd18-Feb-09 23:43 
AnswerRe: DLL Pin
keyur satyadev19-Feb-09 1:10
keyur satyadev19-Feb-09 1:10 
QuestionSSRS Pin
anandhakrishnan18-Feb-09 21:47
anandhakrishnan18-Feb-09 21:47 
QuestionBackground application Pin
Krazy Programmer18-Feb-09 21:35
Krazy Programmer18-Feb-09 21:35 
AnswerRe: Background application Pin
Satish3218-Feb-09 21:47
Satish3218-Feb-09 21:47 
GeneralRe: Background application Pin
Krazy Programmer18-Feb-09 23:25
Krazy Programmer18-Feb-09 23:25 
GeneralRe: Background application Pin
Calin Tatar18-Feb-09 23:50
Calin Tatar18-Feb-09 23:50 
QuestionJava Script for displaying sybase database time in a label Pin
Praneeth Babu K18-Feb-09 20:37
Praneeth Babu K18-Feb-09 20:37 
AnswerRe: Java Script for displaying sybase database time in a label Pin
Christian Graus18-Feb-09 23:00
protectorChristian Graus18-Feb-09 23:00 
QuestionDate time? Pin
Karthick_gc18-Feb-09 20:30
Karthick_gc18-Feb-09 20:30 
AnswerRe: Date time? Pin
keyur satyadev18-Feb-09 20:37
keyur satyadev18-Feb-09 20: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.