i changed the yahoo mail setting from HTML to plain text. so it worked, i could type in textbox, but again when i changed to HTML so the cursor could not be appeared in textbox of body section of email.
i have IE 6 which i cann' type anything when i am in yahoo mail, the IE gives me different errors of javascript and sometimes not,but the cursor doesn't appear in text box so i am not able to write anything in compse or reply section. this happens just in yahoo mail and as you can see i have...
i am using ASP.NET 1.0 . and i want to send email by asp.net. so i get this error
The server response was: 550 not local host hotmail.com, not a gateway
as i searched it is for relay problem of SMTP server. so i have to pass the server the username and password . but i couldn't find any...
i am using cookie, so add some values on it, in a special page i just retreive its value and want to be deleted.so i have set its expire time to
Cookie.Expires = dt.AddYears(-30);.
i have set the expire time on creation time but excatly on the page which i want to expired in that page. but it...
i want to get the maximum of a integer field. how can i be sure that i will get the a unique maximum number. i mean if 2 users simultanously call the method , how can i be sure to get the unique maximum number
sorry actulayy i couldn't find any example of calling a webmethod ( which is located on internet) by googling. i don't want to create a wenservice , i just want to use an existed one on internet.
thank you for any help
well i actually in a near future i have to go to a section which i have to do network programming.
in this section which for example configure Relay or Control Electronical device, so they need programms which by that 2 or more computer can talk to each other, or i should get the signal from...
i have to start network programming with c#. i have done application programming with c# before ,but never done any network programming with any language. so can any one help me for telling where i can start? or does someone have any good ebook for that? or any clue for startign that?
Thank you
thank you GoTerps88 for respose. i didn't know that.
but now i have a question about finalize an dispose, i need a very simpel sample for that, to understand it
thank u
thanks ,so i have to dispose the object excatly in GetProdInfo ,is that correct?
and also i should confess that i have read a few articel about Dispose and Finalize but i couldn't feel it , don't u know any article or website or specially sample code for a beginner?
thanks
i am new in concept of dispose and finalize ,but i ask my question
I have a form which named products.aspx all codes are in products.aspx.cs which in it i have these codes
SqlConnection myConnection;
private void Page_Load(object sender, System.EventArgs e)
{
String...
I know that every new which i use cause i use the memory, so i have to free it up manually or wait until GC clean it up.
suppose i have created the connection to the sql database
SqlConnection myConnection;
which is Global and it is used in
private void Page_Load(object sender...
well i did as following
Page.RegisterStartupScript("somekey","window.parent.location='http://www.sb.com'");
but nothing happens except when the button is click this text is appear on screen
window.parent.location='http://www.sb.com'
isn't really any simple way to cause the parent farme move on?
suppose i have created web reference also in my project. so by uploading dll of projects and also aspx pages anything should be ok then?
and one more question is there any free web reference over the internet i work with?
i am completely new to web service. so i have low level question
1- suppose i am using a web service over intenert on my local pc and now i want to upload it to the real host. what file should be uploaded to have it runned correctly? just aspx pages and Dll file? is that all?
sorry for delay
captainPlus : well actually it is not important for me using javascript or not. just it is important that in the Flag is true so the parent farme should be redircting to page or website
Aptitude : i couldn't find ClientScript in anywhere it gets error of using ClientScript. I...
yes , u r right, but i want to send the parent page to another page after some checking in a server side,
i can not understand how this can solve my problem
<body onload="window.parent.location='NewURL.html'">
???
i have .net page with a few Frames in it. i want whenever a button is click and some rules were check the parent page be directed to the another page or site
by writting this
Response.Redirect("UserCart.htm");
just that frame is redicted , but i want the parent page be directed to the page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.