Click here to Skip to main content
15,905,420 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Datagrid Pin
A kamath30-Apr-07 1:40
A kamath30-Apr-07 1:40 
QuestionHow to export crystal report to excel in asp.net 1.0 Pin
Deepml27-Apr-07 0:55
Deepml27-Apr-07 0:55 
AnswerRe: How to export crystal report to excel in asp.net 1.0 Pin
varshavmane27-Apr-07 4:28
varshavmane27-Apr-07 4:28 
Questionhow to insert one table data from one database to oher database Pin
Sophia Rekhi27-Apr-07 0:27
Sophia Rekhi27-Apr-07 0:27 
AnswerRe: how to insert one table data from one database to oher database Pin
Mayank Parmar27-Apr-07 20:41
professionalMayank Parmar27-Apr-07 20:41 
Questionconnection in chat window Pin
saravanan0526-Apr-07 23:57
saravanan0526-Apr-07 23:57 
QuestionDropDownList Problem Pin
Tarik Guney26-Apr-07 23:50
Tarik Guney26-Apr-07 23:50 
AnswerRe: DropDownList Problem Pin
Mayank Parmar26-Apr-07 23:58
professionalMayank Parmar26-Apr-07 23:58 
I hope you have given datasource to dropdown in
----------------------------------
protected void Page_Load(object sender, EventArgs e)
{
if(!IsPostBack)
{
dropdown.datasource=dc;
dropdown.databind;
dropdown.datatextfield=dtf;
dropdown.datavaluefield=dvf;
}
}

Regards,
Mayank Parmar
Senior Software Engineer
Amba Tech
Gandhinagar, India

GeneralRe: DropDownList Problem Pin
ritu432127-Apr-07 0:00
ritu432127-Apr-07 0:00 
GeneralRe: DropDownList Problem Pin
Tarik Guney27-Apr-07 2:47
Tarik Guney27-Apr-07 2:47 
GeneralRe: DropDownList Problem Pin
Tarik Guney27-Apr-07 2:58
Tarik Guney27-Apr-07 2:58 
GeneralRe: DropDownList Problem Pin
Tarik Guney27-Apr-07 3:42
Tarik Guney27-Apr-07 3:42 
GeneralRe: DropDownList Problem Pin
Sathesh Sakthivel27-Apr-07 3:55
Sathesh Sakthivel27-Apr-07 3:55 
Questionplaying .mp3 and .wav file in asp.net Pin
aransiola26-Apr-07 23:34
aransiola26-Apr-07 23:34 
AnswerRe: playing .mp3 and .wav file in asp.net Pin
Christian Graus26-Apr-07 23:45
protectorChristian Graus26-Apr-07 23:45 
QuestionIs there any way to optimize GIF Image without using GIFBOT or third party?? help will be greately appreciated Pin
Rahul_asp.net26-Apr-07 23:33
Rahul_asp.net26-Apr-07 23:33 
AnswerRe: Is there any way to optimize GIF Image without using GIFBOT or third party?? help will be greately appreciated Pin
Christian Graus26-Apr-07 23:44
protectorChristian Graus26-Apr-07 23:44 
AnswerRe: Is there any way to optimize GIF Image without using GIFBOT or third party?? help will be greately appreciated Pin
Pete O'Hanlon27-Apr-07 1:09
mvePete O'Hanlon27-Apr-07 1:09 
QuestionDRM Protected file is not play in wmp 11 player Pin
amitmistry_petlad 26-Apr-07 23:31
amitmistry_petlad 26-Apr-07 23:31 
QuestionMsgBox() Function Pin
wilf5726-Apr-07 23:26
wilf5726-Apr-07 23:26 
AnswerRe: MsgBox() Function Pin
Christian Graus26-Apr-07 23:43
protectorChristian Graus26-Apr-07 23:43 
QuestionHow To Optimize Gif Images ??? It's So Cool To Answer This ??? Pin
Rahul_asp.net26-Apr-07 23:17
Rahul_asp.net26-Apr-07 23:17 
AnswerRe: How To Optimize Gif Images ??? It's So Cool To Answer This ??? Pin
Sathesh Sakthivel26-Apr-07 23:23
Sathesh Sakthivel26-Apr-07 23:23 
QuestionSession timeout Pin
NICE TO MEET26-Apr-07 23:13
NICE TO MEET26-Apr-07 23:13 
QuestionFile Download Feedback/result Pin
theScorp26-Apr-07 23:11
theScorp26-Apr-07 23:11 

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.