Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionupdateable editable Gridview Pin
dotnetcsharpdev7-Jul-09 23:50
dotnetcsharpdev7-Jul-09 23:50 
AnswerRe: updateable editable Gridview Pin
padmanabhan N8-Jul-09 1:01
padmanabhan N8-Jul-09 1:01 
GeneralRe: updateable editable Gridview Pin
dotnetcsharpdev8-Jul-09 1:08
dotnetcsharpdev8-Jul-09 1:08 
GeneralRe: updateable editable Gridview Pin
Spirits Soft Tech Nology , Dharmapuri8-Jul-09 2:05
Spirits Soft Tech Nology , Dharmapuri8-Jul-09 2:05 
GeneralDont spam Pin
Manas Bhardwaj8-Jul-09 2:28
professionalManas Bhardwaj8-Jul-09 2:28 
Questioncreating a polling system Pin
uglyeyes7-Jul-09 23:32
uglyeyes7-Jul-09 23:32 
AnswerRe: creating a polling system Pin
uglyeyes8-Jul-09 16:49
uglyeyes8-Jul-09 16:49 
QuestionProblem displaying different pdf documents one at a time on an Iframe Pin
LucBite7-Jul-09 23:11
LucBite7-Jul-09 23:11 
I have a dropdownlist and based on its selected value I want to display the appropriate pdf document. This is the code under the dropdownlist
protected void ddlBasicConcept_SelectedIndexChanged(object sender, EventArgs e)
{
if (ddlBasicConcept.SelectedValue.Equals("Variable"))
{
ShowPdf1.Visible = true;
ShowPdf1.FilePath = "file///C:/Documents and Settings/lingwatil/My Documents/VisualStudio2008/websites/LearningConceptsB/asp.net_tutorial01_Basics_cs.pdf";

showpdf1 is my Iframe

and this is the ERROR I'm getting, please help.

Server Error in '/LearningConceptsB' Application.
--------------------------------------------------------------------------------

HTTP Error 400 - Bad Request.

--------------------------------------------------------------------------------
Version Information: ASP.NET Development Server 9.0.0.0

ML Lingwati

Questionremote shutdown Pin
nani66667-Jul-09 23:11
nani66667-Jul-09 23:11 
AnswerRe: remote shutdown Pin
SeMartens7-Jul-09 23:55
SeMartens7-Jul-09 23:55 
AnswerRe: remote shutdown Pin
Manas Bhardwaj7-Jul-09 23:57
professionalManas Bhardwaj7-Jul-09 23:57 
Questionhyperlink in gridview Pin
vikas shukla7-Jul-09 22:58
vikas shukla7-Jul-09 22:58 
AnswerRe: hyperlink in gridview Pin
Manas Bhardwaj7-Jul-09 23:06
professionalManas Bhardwaj7-Jul-09 23:06 
AnswerRe: hyperlink in gridview Pin
Zafar A khan 7-Jul-09 23:34
professionalZafar A khan 7-Jul-09 23:34 
QuestionDisplay PopUp on schedule time and date. Pin
Ajeet mittal7-Jul-09 22:54
Ajeet mittal7-Jul-09 22:54 
AnswerRe: Display PopUp on schedule time and date. Pin
Zafar A khan 7-Jul-09 22:58
professionalZafar A khan 7-Jul-09 22:58 
GeneralRe: Display PopUp on schedule time and date. Pin
janakiraman_T26-Jul-09 20:59
janakiraman_T26-Jul-09 20:59 
QuestionExcel to MySQL Pin
astrovirgin7-Jul-09 22:27
astrovirgin7-Jul-09 22:27 
AnswerRe: Excel to MySQL Pin
Zafar A khan 8-Jul-09 0:12
professionalZafar A khan 8-Jul-09 0:12 
QuestionPreserving Checkbox values on changeevent of dynamically created textbox Pin
meeram3957-Jul-09 22:19
meeram3957-Jul-09 22:19 
QuestionDynamic controls Pin
KhandelwalA7-Jul-09 20:29
KhandelwalA7-Jul-09 20:29 
AnswerRe: Dynamic controls Pin
padmanabhan N7-Jul-09 20:36
padmanabhan N7-Jul-09 20:36 
GeneralRe: Dynamic controls Pin
KhandelwalA7-Jul-09 20:49
KhandelwalA7-Jul-09 20:49 
AnswerRe: Dynamic controls Pin
Zafar A khan 7-Jul-09 20:45
professionalZafar A khan 7-Jul-09 20:45 
GeneralRe: Dynamic controls Pin
KhandelwalA7-Jul-09 20:47
KhandelwalA7-Jul-09 20:47 

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.