Click here to Skip to main content
15,917,062 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to insert value in datbase Pin
sumanmks28-Sep-09 22:49
sumanmks28-Sep-09 22:49 
GeneralRe: how to insert value in datbase Pin
Christian Graus28-Sep-09 22:52
protectorChristian Graus28-Sep-09 22:52 
GeneralRe: how to insert value in datbase Pin
Christian Graus28-Sep-09 23:16
protectorChristian Graus28-Sep-09 23:16 
AnswerRe: how to insert value in datbase Pin
Abhijit Jana28-Sep-09 22:46
professionalAbhijit Jana28-Sep-09 22:46 
GeneralRe: how to insert value in datbase Pin
sumanmks28-Sep-09 22:53
sumanmks28-Sep-09 22:53 
GeneralRe: how to insert value in datbase Pin
Christian Graus28-Sep-09 22:54
protectorChristian Graus28-Sep-09 22:54 
GeneralRe: how to insert value in datbase Pin
Abhijit Jana28-Sep-09 23:27
professionalAbhijit Jana28-Sep-09 23:27 
AnswerRe: how to insert value in datbase Pin
Vimalsoft(Pty) Ltd28-Sep-09 22:55
professionalVimalsoft(Pty) Ltd28-Sep-09 22:55 
Good Day sumanmks

This is a Very Basic Question and it is covered in most Books. i will advice you buy a Book and Read it.

you said you were able to get the values in the Textbox, obviously you used something like this


String Value_To_the_DB  = Text1.Text;


but now in a DropDown you have to go in your selectedindexchanged and get the Value there by adding a code like this

String Value_To_the_DB = DropdownList1.SelectedValue; 


Hope this Help. Remember to buy a Book

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: [Message Deleted] Pin
Abhijit Jana28-Sep-09 23:28
professionalAbhijit Jana28-Sep-09 23:28 
QuestionIs there a size-limit to a XSLT generated webform? Pin
Rafferty Uy28-Sep-09 21:25
Rafferty Uy28-Sep-09 21:25 
AnswerRe: Is there a size-limit to a XSLT generated webform? Pin
Abhishek Sur28-Sep-09 21:29
professionalAbhishek Sur28-Sep-09 21:29 
AnswerRe: Is there a size-limit to a XSLT generated webform? Pin
Rafferty Uy28-Sep-09 21:53
Rafferty Uy28-Sep-09 21:53 
QuestionDisplay Data In ASP.net with paging Pin
infinity_X202028-Sep-09 21:11
infinity_X202028-Sep-09 21:11 
AnswerRe: Display Data In ASP.net with paging Pin
Abhijit Jana28-Sep-09 21:14
professionalAbhijit Jana28-Sep-09 21:14 
AnswerRe: Display Data In ASP.net with paging Pin
sashidhar28-Sep-09 21:17
sashidhar28-Sep-09 21:17 
AnswerRe: Display Data In ASP.net with paging Pin
Abhishek Sur28-Sep-09 21:19
professionalAbhishek Sur28-Sep-09 21:19 
GeneralRe: Display Data In ASP.net with paging Pin
infinity_X202029-Sep-09 9:49
infinity_X202029-Sep-09 9:49 
GeneralRe: Display Data In ASP.net with paging Pin
Abhishek Sur29-Sep-09 21:34
professionalAbhishek Sur29-Sep-09 21:34 
QuestionProviding link to the images that are shown in Slideshowextender control Pin
jknascrimz28-Sep-09 20:41
jknascrimz28-Sep-09 20:41 
AnswerRe: Providing link to the images that are shown in Slideshowextender control Pin
Abhijit Jana28-Sep-09 20:44
professionalAbhijit Jana28-Sep-09 20:44 
GeneralRe: Providing link to the images that are shown in Slideshowextender control Pin
jknascrimz28-Sep-09 21:01
jknascrimz28-Sep-09 21:01 
GeneralRe: Providing link to the images that are shown in Slideshowextender control Pin
sashidhar28-Sep-09 21:04
sashidhar28-Sep-09 21:04 
GeneralRe: Providing link to the images that are shown in Slideshowextender control Pin
jknascrimz28-Sep-09 21:14
jknascrimz28-Sep-09 21:14 
QuestionSending Mail Pin
benams28-Sep-09 20:13
benams28-Sep-09 20:13 
AnswerRe: Sending Mail Pin
Christian Graus28-Sep-09 20:25
protectorChristian Graus28-Sep-09 20: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.