Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: XML WebService Pin
Kit Fisto17-Mar-09 4:59
Kit Fisto17-Mar-09 4:59 
AnswerRe: XML WebService Pin
Abhijit Jana17-Mar-09 6:11
professionalAbhijit Jana17-Mar-09 6:11 
GeneralRe: XML WebService Pin
Kit Fisto17-Mar-09 7:56
Kit Fisto17-Mar-09 7:56 
GeneralRe: XML WebService Pin
Abhijit Jana17-Mar-09 20:04
professionalAbhijit Jana17-Mar-09 20:04 
QuestionRefresh parent page grid with close chield [showmodaldialog()] Pin
bikash pattanayak17-Mar-09 1:27
bikash pattanayak17-Mar-09 1:27 
AnswerRe: Refresh parent page grid with close chield [showmodaldialog()] Pin
k.anantharengan20-Mar-11 19:46
k.anantharengan20-Mar-11 19:46 
QuestionDataGrid Footer problem Pin
rakeshs31217-Mar-09 0:26
rakeshs31217-Mar-09 0:26 
AnswerRe: DataGrid Footer problem Pin
sunit_8217-Mar-09 2:59
sunit_8217-Mar-09 2:59 
use the mark up below.

<a href='javascript:void(window.showModalDialog(''HRComments.aspx?CID=
<%# DataBinder.Eval(Container.DataItem, "DB_CANDT_ID")%>
&QStringCandtName=<%# DataBinder.Eval(Container.DataItem, "CandidateName")%>''
,null,''dialogHeight:12em;dialogWidth:15em;status:no;scrolling:no''));'
onmouseover="Javascript:abc();">Comments</a>


---------------
Basically problem was due to the intermingling of single and double quotes.
What you need to do is use single quotes for begin/end strings in javascript and if there is any single quote inside a javascript string itself put two single quotes ('') as i have used above.
e.g. ... showModalDialog(''HRComments...
in above line of html there are two single quotes and not a double quote.

And the double quotes should be used only within sever tags.
I hope that helps.

s.a.w.

QuestionRegarding FildUpload control Pin
ven32116-Mar-09 23:57
ven32116-Mar-09 23:57 
AnswerRe: Regarding FildUpload control Pin
venu65617-Mar-09 2:05
venu65617-Mar-09 2:05 
QuestionDoubt? Pin
Karthick_gc16-Mar-09 23:39
Karthick_gc16-Mar-09 23:39 
AnswerRe: Doubt? Pin
Colin Angus Mackay17-Mar-09 0:52
Colin Angus Mackay17-Mar-09 0:52 
QuestionConsuming XML WebService using JQuery in ASP.net 2.0 Pin
dews turner16-Mar-09 22:55
dews turner16-Mar-09 22:55 
QuestionUpdating the quantity if already exists...... Pin
RajpootRohan16-Mar-09 22:08
professionalRajpootRohan16-Mar-09 22:08 
AnswerRe: Updating the quantity if already exists...... Pin
N a v a n e e t h16-Mar-09 22:41
N a v a n e e t h16-Mar-09 22:41 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan16-Mar-09 23:10
professionalRajpootRohan16-Mar-09 23:10 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 1:59
venu65617-Mar-09 1:59 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan17-Mar-09 2:23
professionalRajpootRohan17-Mar-09 2:23 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 2:44
venu65617-Mar-09 2:44 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan17-Mar-09 18:24
professionalRajpootRohan17-Mar-09 18:24 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 19:47
venu65617-Mar-09 19:47 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan17-Mar-09 19:57
professionalRajpootRohan17-Mar-09 19:57 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 21:27
venu65617-Mar-09 21:27 
QuestionCould not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Pin
Mangal Verma16-Mar-09 21:52
Mangal Verma16-Mar-09 21:52 
AnswerRe: Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Pin
Vimalsoft(Pty) Ltd16-Mar-09 21:57
professionalVimalsoft(Pty) Ltd16-Mar-09 21:57 

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.