Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to write the querry at the login with user name given but password is null Pin
Tej Aj21-Jun-10 21:48
Tej Aj21-Jun-10 21:48 
Questioneditor problem Pin
Amit Patel198521-Jun-10 20:05
Amit Patel198521-Jun-10 20:05 
AnswerRe: editor problem Pin
R. Giskard Reventlov21-Jun-10 22:53
R. Giskard Reventlov21-Jun-10 22:53 
QuestionHow to access windows application through website? Pin
lalit1421-Jun-10 16:02
lalit1421-Jun-10 16:02 
AnswerRe: How to access windows application through website? Pin
PSK_21-Jun-10 17:58
PSK_21-Jun-10 17:58 
GeneralRe: How to access windows application through website? Pin
lalit1421-Jun-10 19:14
lalit1421-Jun-10 19:14 
AnswerRe: How to access windows application through website? Pin
Venkatesh Mookkan21-Jun-10 20:03
Venkatesh Mookkan21-Jun-10 20:03 
QuestionUpdate Multiple Selected Item from Checkboxlist to SQL server database Pin
AsianRogueOne21-Jun-10 10:09
AsianRogueOne21-Jun-10 10:09 
Hi All,

I have a checkboxlist(created from db) on form where user can selected multiple items when click on update button the form send the data to sql server database. This work fine, the problem I have when the user open the form for the same record number and want change the checkboxlist items. How do I go about doing this ?

For example: first time around user selected item 1,3,7,9 and 10
Second time around user selected item 2,3,5,7,9 and 10.

Any assistance is greatly apprecaited. please provide codes example.

Thanks
DocHoliday.


my code for the inserting to the db, the field that get insert are Application_id, Item# and Module (primary Key in db).

Protected Sub GetCheckedModule()
Dim MyItem As ListItem
mstrSelectedColumns = ""
For Each MyItem In chkbModule.Items
If MyItem.Selected = True Then
Session("Module") = MyItem.Value
Insert_SelectedModule()
End If
Next
End Sub
AnswerRe: Update Multiple Selected Item from Checkboxlist to SQL server database Pin
Not Active21-Jun-10 11:10
mentorNot Active21-Jun-10 11:10 
AnswerRe: Update Multiple Selected Item from Checkboxlist to SQL server database Pin
Sandeep Mewara22-Jun-10 5:17
mveSandeep Mewara22-Jun-10 5:17 
QuestionPlz help making in custom shape of content place holder... Pin
Waqas0721-Jun-10 8:56
Waqas0721-Jun-10 8:56 
AnswerRe: Plz help making in custom shape of content place holder... Pin
Adam R Harris21-Jun-10 9:02
Adam R Harris21-Jun-10 9:02 
QuestionNeed way for index of dynamic ModalPopupExtender to be passed to MPE code Pin
Adam Brown 321-Jun-10 8:52
Adam Brown 321-Jun-10 8:52 
AnswerRe: Need way for index of dynamic ModalPopupExtender to be passed to MPE code Pin
Adam Brown 322-Jun-10 3:52
Adam Brown 322-Jun-10 3:52 
QuestionWebmethod needs to return string to Javascript function for processing. Pin
Hardus Lombaard21-Jun-10 4:45
Hardus Lombaard21-Jun-10 4:45 
AnswerRe: Webmethod needs to return string to Javascript function for processing. Pin
Not Active21-Jun-10 6:40
mentorNot Active21-Jun-10 6:40 
GeneralRe: Webmethod needs to return string to Javascript function for processing. Pin
Hardus Lombaard21-Jun-10 20:06
Hardus Lombaard21-Jun-10 20:06 
GeneralRe: Webmethod needs to return string to Javascript function for processing. Pin
Not Active22-Jun-10 1:34
mentorNot Active22-Jun-10 1:34 
GeneralRe: Webmethod needs to return string to Javascript function for processing. Pin
Hardus Lombaard22-Jun-10 1:38
Hardus Lombaard22-Jun-10 1:38 
Questionasp.net smtp error Pin
aamirzada1221-Jun-10 3:03
aamirzada1221-Jun-10 3:03 
AnswerRe: asp.net smtp error Pin
Not Active21-Jun-10 3:11
mentorNot Active21-Jun-10 3:11 
Answer[Cross-post] asp.net smtp error Pin
Sandeep Mewara22-Jun-10 5:05
mveSandeep Mewara22-Jun-10 5:05 
QuestionUsing Ajax control in User Control (ascx) [modified] Pin
-Muc_21-Jun-10 2:37
-Muc_21-Jun-10 2:37 
AnswerRe: Using Ajax control in User Control (ascx) Pin
Not Active21-Jun-10 3:01
mentorNot Active21-Jun-10 3:01 
AnswerRe: Using Ajax control in User Control (ascx) Pin
Not Active21-Jun-10 3:05
mentorNot Active21-Jun-10 3:05 

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.