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

ASP.NET

 
AnswerRe: how to run web application on server. Pin
ca8msm20-Mar-07 2:47
ca8msm20-Mar-07 2:47 
AnswerRe: how to run web application on server. Pin
Laxman Auti20-Mar-07 3:06
Laxman Auti20-Mar-07 3:06 
QuestionHow to get data from image extention with .JPEG Pin
JanapatiBalu20-Mar-07 1:29
JanapatiBalu20-Mar-07 1:29 
Questionprint from datagrig Pin
yesu prakash20-Mar-07 1:25
yesu prakash20-Mar-07 1:25 
QuestionCall a C# code-behind function from JavaScript Pin
Satheesh Kumar Subramanian20-Mar-07 1:21
Satheesh Kumar Subramanian20-Mar-07 1:21 
QuestionRe: Call a C# code-behind function from JavaScript Pin
Sandeep Akhare24-Mar-07 1:14
Sandeep Akhare24-Mar-07 1:14 
QuestionSelect multiple from ListBox and insert into Database Pin
irkahc20-Mar-07 1:18
irkahc20-Mar-07 1:18 
AnswerRe: Select multiple from ListBox and insert into Database Pin
Tirthadip20-Mar-07 1:59
Tirthadip20-Mar-07 1:59 
When populating the listbox bind the listbox with dataset with something like
this...

ListBox1.DisplayMember = "specializations"
ListBox1.ValueMember = "DSpecializationId"

Loop through the Listbox to find which Items are selected....take the DSpecializationId And Doctor Name From DropDownList and insert into the DSpecializationDetails Table....

if you cant figure out let me know

Tirtha

"A man can ride on your back only when it is bent....."

GeneralRe: Select multiple from ListBox and insert into Database Pin
irkahc21-Mar-07 2:41
irkahc21-Mar-07 2:41 
Questionworld date and time calculation Pin
bejoy1234520-Mar-07 0:30
bejoy1234520-Mar-07 0:30 
AnswerRe: world date and time calculation Pin
Chris Maunder20-Mar-07 0:45
cofounderChris Maunder20-Mar-07 0:45 
QuestionInsert into Table values Pin
Rajiya20-Mar-07 0:01
Rajiya20-Mar-07 0:01 
AnswerRe: Insert into Table values Pin
coolestCoder20-Mar-07 0:12
coolestCoder20-Mar-07 0:12 
QuestionValidate XML string against XSD file. Pin
DazManCat20-Mar-07 0:00
DazManCat20-Mar-07 0:00 
QuestionHow we can give a multiline text to a string builder obj Pin
anujose19-Mar-07 23:46
anujose19-Mar-07 23:46 
AnswerRe: How we can give a multiline text to a string builder obj Pin
Sun Rays19-Mar-07 23:49
Sun Rays19-Mar-07 23:49 
Questionsetup project to create the database Pin
PrakashBhaskar19-Mar-07 23:30
PrakashBhaskar19-Mar-07 23:30 
AnswerGood question..Please reply if u know... Pin
Sun Rays19-Mar-07 23:54
Sun Rays19-Mar-07 23:54 
AnswerRe: setup project to create the database Pin
Laxman Auti20-Mar-07 3:12
Laxman Auti20-Mar-07 3:12 
GeneralRe: setup project to create the database Pin
PrakashBhaskar20-Mar-07 19:00
PrakashBhaskar20-Mar-07 19:00 
GeneralRe: setup project to create the database Pin
Laxman Auti20-Mar-07 19:32
Laxman Auti20-Mar-07 19:32 
GeneralRe: setup project to create the database Pin
PrakashBhaskar20-Mar-07 20:25
PrakashBhaskar20-Mar-07 20:25 
QuestionWrap text in firefox and IE Pin
N a v a n e e t h19-Mar-07 23:15
N a v a n e e t h19-Mar-07 23:15 
AnswerRe: Wrap text in firefox and IE Pin
Sun Rays19-Mar-07 23:53
Sun Rays19-Mar-07 23:53 
GeneralRe: Wrap text in firefox and IE Pin
N a v a n e e t h20-Mar-07 0:25
N a v a n e e t h20-Mar-07 0: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.