Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to administer the back end database tables without directly altering it using SQL commands. ideas are needed ? Pin
Brij28-Dec-08 0:26
mentorBrij28-Dec-08 0:26 
QuestionMessage Box using System.Windows.Forms.MessageBox is return error on the server. [modified] Pin
jay.net200527-Dec-08 1:41
jay.net200527-Dec-08 1:41 
AnswerRe: Message Box using System.Windows.Forms.MessageBox is return error on the server. Pin
Brij27-Dec-08 1:52
mentorBrij27-Dec-08 1:52 
AnswerRe: Message Box using System.Windows.Forms.MessageBox is return error on the server. Pin
N a v a n e e t h27-Dec-08 16:36
N a v a n e e t h27-Dec-08 16:36 
AnswerRe: Message Box using System.Windows.Forms.MessageBox is return error on the server. Pin
jay.net200528-Dec-08 19:57
jay.net200528-Dec-08 19:57 
QuestionASP.NET Multiple dropdown list Pin
tindatrue27-Dec-08 0:23
tindatrue27-Dec-08 0:23 
AnswerRe: ASP.NET Multiple dropdown list Pin
Brij27-Dec-08 0:30
mentorBrij27-Dec-08 0:30 
AnswerRe: ASP.NET Multiple dropdown list Pin
andhare27-Dec-08 1:38
andhare27-Dec-08 1:38 
First bind the dropdowns with the desired dataset and kmake a key common to all.
on selected index changes event filter the second and third ddl.

Eg If you have country,state and city as dropdowns. Bind first with country id and country name, second with state id and statename and city id and city name. Country Id helps to filter the second table taht binds to state dropdown and countryid and stateid will help you to filter the third ddl.




Regards,
Suyash
QuestionChange the Focus to Next Control when Pressing Tab Key [modified] Pin
sbua26-Dec-08 23:34
sbua26-Dec-08 23:34 
AnswerRe: Change the Focus to Next Control when Pressing Tab Key Pin
Brij27-Dec-08 1:55
mentorBrij27-Dec-08 1:55 
GeneralRe: Change the Focus to Next Control when Pressing Tab Key Pin
sbua27-Dec-08 2:55
sbua27-Dec-08 2:55 
GeneralRe: Change the Focus to Next Control when Pressing Tab Key Pin
Brij27-Dec-08 3:13
mentorBrij27-Dec-08 3:13 
Questionhi Pin
Drij26-Dec-08 22:46
Drij26-Dec-08 22:46 
AnswerRe: hi Pin
Brij26-Dec-08 23:27
mentorBrij26-Dec-08 23:27 
AnswerRe: hi Pin
Abhijit Jana27-Dec-08 0:13
professionalAbhijit Jana27-Dec-08 0:13 
QuestionTo Display details of the Row selected in the GridView Pin
Samiullah26-Dec-08 20:10
Samiullah26-Dec-08 20:10 
AnswerRe: To Display details of the Row selected in the GridView Pin
Abhijit Jana26-Dec-08 20:46
professionalAbhijit Jana26-Dec-08 20:46 
AnswerRe: To Display details of the Row selected in the GridView Pin
Nishant Singh26-Dec-08 20:47
Nishant Singh26-Dec-08 20:47 
Questionauthorization in asp.net using sql databse Pin
tejesh12326-Dec-08 19:49
tejesh12326-Dec-08 19:49 
AnswerRe: authorization in asp.net using sql databse Pin
Anand Desai26-Dec-08 20:01
Anand Desai26-Dec-08 20:01 
GeneralRe: authorization in asp.net using sql databse Pin
tejesh12326-Dec-08 20:17
tejesh12326-Dec-08 20:17 
GeneralRe: authorization in asp.net using sql databse Pin
Anand Desai26-Dec-08 20:25
Anand Desai26-Dec-08 20:25 
GeneralRe: authorization in asp.net using sql databse Pin
tejesh12326-Dec-08 20:34
tejesh12326-Dec-08 20:34 
GeneralRe: authorization in asp.net using sql databse Pin
Abhijit Jana26-Dec-08 21:21
professionalAbhijit Jana26-Dec-08 21:21 
GeneralRe: authorization in asp.net using sql databse Pin
tejesh12326-Dec-08 21:54
tejesh12326-Dec-08 21:54 

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.