Search

You searched for the word(s): userid:802931

Matching Posts

  • Session data gets overriden?

    Hi, I'm having a webpage in which in page_load event i've written about session like { session["user"]=txtuser.text lbluser.text=session["user"].ToString(); .// . } Now User A logs in and he can see the data (let us say data of logged in users for a particular site including his name also). After some time B logs in. He can also see the data. Now my question is whether A will see the new data i.e B has logged in or the same old data.?
    Posted to State Management (Forum) by sunildesaraju on 11/26/2009
  • cms in asp.net

    Hi, Can anyone tell me how to develope simple cms in asp.net?i want the procedure(code) or method to develope it. i dont wanna the freeware which are available in the sites.i want develope for my self thank you sunil
    Posted to Getting Started (Forum) by sunildesaraju on 2/18/2009
  • Re: dynamically change of banner

    Thanks a lot vinz for ur reply. But i want to change the header part of the webpage using the asp.net application.So for this i wanna help. For example we change the header or footer of a webpage using cms.In the same way i also wanna do this.Kindly help me
    Posted to Getting Started (Forum) by sunildesaraju on 2/18/2009
  • dynamically change of banner

    Hi, I want to change the banner of a web page dynamically using asp.net application. just like cms kind of it. so please can any one guide me regarding this.i mean how to change the banner...and upload it to the site directly from the application.? please help me out of this. Thank You very much
    Posted to Getting Started (Forum) by sunildesaraju on 2/18/2009
  • Re: Re:How to integrate blogengine.net in asp.net

    Hi Svante Can u tell me how to use Your code.What are the changes to be made?I've taken the tables in my database and changed the sql.config file also. In Web.config you've written about <Blogengine></Blogengine>.How did you get this tag? thanks sunil
    Posted to .Text (Blogs) (Forum) by sunildesaraju on 1/19/2009
  • Re: Re:How to integrate blogengine.net in asp.net

    Thanks a lot for the answer.
    Posted to .Text (Blogs) (Forum) by sunildesaraju on 1/19/2009
  • Re:How to integrate blogengine.net in asp.net

    Hi, Can any one please tell me how to integrate dotnetblogengine.net in my asp.net application.Its urgent thanks
    Posted to .Text (Blogs) (Forum) by sunildesaraju on 1/8/2009
  • Getting email problem

    hi i'm trying to send an email in asp.net using C#.net.but i'm getting some kind of error here is the code and the error protected void Button1_Click(object sender, EventArgs e) { System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage(txtFrom.Text, txtTo.Text, txtSubject.Text, txtBody.Text); System.Net.Mail.SmtpClient mySmtp = new System.Net.Mail.SmtpClient("192.168.1.118"); try { mySmtp.Send(message); txtTo.Text = ""; txtFrom.Text = ""; txtSubject
    Posted to Web Forms (Forum) by sunildesaraju on 12/11/2008
  • Re: Treeview nodes changing according to textbox value

    Hi, Many of u might have seen the onlineshopping sites like futurebazaar.com or ebay.com. and so on. Whenever the user type any search key word in the text box,tht keyword is displayed in the left side panel in dropdown manner.(for example the search word is 'Shirts'... so it will b displayed like Apparels-->Men-->Shirts). So in the same way i also want it in treeview... Apparels Men shirts so please can anyone helpme out of this. thanks
  • re: autocomplete extender

    hi i'm using autocomplete extender for my website.I've given the required properties for the extender.In the webservice i've written the query to get the data and bind it to the text box(in query i'm getting the items). But wen i execute it,i'm unable to get the data in textbox. Please help me out of this
Page 1 of 3 (28 items) 1 2 3 Next >