hi i am new user of asp.net. i given a link name form.pdf and i given a link like this form when i click on this link of form there is problem shows format error. not a PDF or currepted. while working very well on my machine (localhost) when i upload my site on server this problem occurres. plz help me thanks I will do my best? Integrated Solutions, Bikaner (Raj.), India
UD IA
Posts
-
asp.net pdf download problem -
how to coonect mysql database with my vb6.0 projecthi i am a new user of vb and i would like to know how i can connect mysql database with my vb6.0 project. is there is connector setup will be there than how i can get this and how i will use that. thanks Regards Umesh Chand Daiya I will do my best? The Web Soluution, Bikaner (Raj.), India
-
mysql datehi i have a problem with my sql i have a field date and its not mandatory field show user can leave this field blank but when i store this i found and error not data in correct format and if i use 0000-00-00 then its store value 1/1/1970. while i want not use this date. thanks in advance. :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
pdf not supporting chinies charactershello i would like to know that i have a report that not support chinese charachers while i am using iconv function. while on normal pages its shows correct but not in pdf file? :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
is there provide any php suggestion in this siteis there provide any php suggestion in this site in your site? if anybody know another please provide me url of the web. :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
is it possible that i upload mywebsite on apachi serverhi i would like to know is it possible that i use apachi webserver for asp.net application? and necessary to install .net framework? :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
want invisiable window open thorugh javascript.hi is it possible that i open a invisible window open through javascript. is there any attribute of the java function window.open property invisible? :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
javascript work in firefox but not in ievar n=''
str=document.getElementById("attach").value
//temp = str.split('\\');
m=str.lastIndexOf("\\")
for(i=m+1;i<str.length;i++)>
{
n = n + str[i];
// alert
}
alert
document.getElementById("name").innerHTML = n;
alert(document.getElementById("name").innerHTML);this code is work in firefox while not work in ie given undefine. why? anybody can tell me what the reason. Big Grin
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
javasript work good in firefox not in ieya i know it very well that its work and i am also using split function of javascript to do this work and its working very well but i would like to know that (like you read in my question) that why this code is not work in ie while in w3schools.com says which i use function is work in both browser but why this one is not work. please tell me this what't the problem in my code. thanks for reply. :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
javasript work good in firefox not in ievar n=''
str=document.getElementById("attach").value
//temp = str.split('\\');
m=str.lastIndexOf("\\")
for(i=m+1;i<str.length;i++)>
{
n = n + str[i];
// alert
}
alert
document.getElementById("name").innerHTML = n;
alert(document.getElementById("name").innerHTML);this code is work in firefox while not work in ie given undefine. why? anybody can tell me what the reason. :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
javascript create problemvar n=''
str=document.getElementById("attach").value
//temp = str.split('\\');
m=str.lastIndexOf("\\")
for(i=m+1;i<str.length;i++)>
{
n = n + str[i];
// alert
}
alert
document.getElementById("name").innerHTML = n;
alert(document.getElementById("name").innerHTML);this code is run very well in mozilla firefox while not work in ie given undefine why?
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
ajax toolkit modalpopupextender problemthere is a dropdown listbox having bound with database if user want new data then click a linkbutton on myform and when i click on this button a panel is open through modal popup. panel which is open through modal popup having a textbox and a button. when i click on this button i want that textbox value enter into the database and return to the form which out modal popup. means this will add a new data in database and new datafill in dropdown list box. if still you confused i will send you whole page and code i used. thanks to reply me. :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
ajax toolkit modalpopupextender problemNo i don't have any button as you mention. :rose:
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
fck editor server404 problemThanks for Reply i didnot understand what u say? i run page from 10miniutes but still there is problem as i mention that error found noting else happen and after that i use refresh but not happen anything. my code is:
]]>
]]>
Untitled Page
:-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
ajax toolkit modalpopupextender problemthanks for reply.
when i click on this link button my popup window will be open. and when i click on btn_add code is
protected void btn_add_Click(object sender, EventArgs e)
{
DataTable tbl_test = dt.filltbl("select * from tbl_issue_type where issue_type=" + "'" + txt_issue_type.Text + "'", "aa");
if (tbl_test.Rows.Count > 0)
{
Page.RegisterStartupScript("myrest", "alert('issue type already exists');");
}
else
{
DataTable tbl1 = dt.filltbl("select * from tbl_issue_type where id=-1", "new1");
DataRow row1 = tbl1.NewRow();
row1["issue_type"] = txt_issue_type.Text;
tbl1.Rows.Add(row1);
dt.update(tbl1, "select * from tbl_issue_type");
Page.RegisterStartupScript("myrest", "alert('New issue was added successfully');");
//Page.RegisterStartupScript("myqd", "window.opener.location.reload(true);");
//Page.RegisterStartupScript("abc", "window.close();");
}
}:-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
ajax toolkit modalpopupextender problemThanks for reply and i am using this code:
PopupControlID="pnl11" BackgroundCssClass="modalBackground" OkControlID="btn\_add" Drag="true" DropShadow="true" />
and on btn_Add_new_project click event i store values in database. but value is not stored in database as u suggest that i remove OnOkScript="onOk()" i remove but problem still there. :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
fck editor server404 problemServer Error in '/WebSite2' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /WebSite2/fckeditor/editor/fckeditor.html Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 i found this problem. :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
bound a gridview with smart tag and fillhi i am using smart tag to fill gridview. now i would like to use filter command how to apply filters with this gridview while use smart tags. means pass customised query.
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
ajax toolkit modalpopupextender problemPopupControlID="pnl11" BackgroundCssClass="modalBackground" OkControlID="btn\_add" OnOkScript="onOk()" Drag="true" DropShadow="true" />
hellow as i mention above a modalpopup extender i open a new panel and panel is opned and i have a button add to add new data in database but its not working and when i use debugging to check what happen then cursor is not reached that position. is it possible or not? thanks :-D
I will do my best? Integrated Solutions, Bikaner (Raj.), India
-
ScriptManager - AJAX Tool Errorwhat type of error you get. please explain in brief.
I will do my best? Integrated Solutions, Bikaner (Raj.), India