Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nnmmss72

  1. nnmmss72

    IE6 problem with yahoo

    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.
  2. nnmmss72

    IE6 problem with yahoo

    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...
  3. nnmmss72

    Sending email in ASP.NET 1.0

    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...
  4. nnmmss72

    expiring a cookie

    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...
  5. nnmmss72

    get a unique maximum field value

    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
  6. nnmmss72

    calling a web method

    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
  7. nnmmss72

    calling a web method

    hi i want to call a webservice over the internet.i am coding with c#. is it possible to help me or give me some sample code? thanks
  8. nnmmss72

    network programming with c#

    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...
  9. nnmmss72

    network programming with c#

    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
  10. nnmmss72

    Dispose

    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
  11. nnmmss72

    Dispose

    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
  12. nnmmss72

    Dispose

    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...
  13. nnmmss72

    Page_Unload

    well i did it ,thank you
  14. nnmmss72

    Page_Unload

    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...
  15. nnmmss72

    Redirect to a page

    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?

Part and Inventory Search

Back
Top