Search

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

Matching Posts

  • font of mail text

    Currently i am able to send mails using "MailMessage" object in "System.Net.Mail", can someone tell me how can i change the font of the mail text ??
    Posted to Getting Started (Forum) by harish_ravi on 9/15/2009
  • can some one tell me how to create and write some data to an excel sheet

    can some one tell me how to create and write some data to an excel sheet from c# program
  • moving html data to array

    I have got some information like the below. I need to move the 2,3,6 items into an array , Can some one suggest me how to do this. </tr><tr> <td Width="50" height="25"><Input type=checkbox name=Sel id=Sel value='338305'></td><td height="21">item1</td><td height="21">item1_20090818.csv</td><td height="21">item1_20090818.csv</td><td height="21">8/18/2009 11:36
    Posted to Getting Started (Forum) by harish_ravi on 8/18/2009
  • doubt on getting xml data

    Hi i have a doubt on querying xml data can someone suggest me can someone tel me how to query the below metada which is in a table column, so i will retireve the NeededInfo item for the value 101 ?? Table Tab1(a varchar(10), b xml) insert into tab1 values("101", <?xml version="1.0"?> <MyMetadata xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd=" http://www.w3.org/2001/XMLSchema " NeededInfo="hari"> <Created Login="aa"
  • Re: Reading a web page contents

    hi i am already able to extract the contents of a weg page sucessfully. Now i want to enter some text into one text box which is on the webpage and then click on a button on it page and then i need to extract the contents. Also i dont have ajax on my machine. Please suggest me
    Posted to Web Forms (Forum) by harish_ravi on 8/11/2009
  • Reading a web page contents

    Currently i am reading a web page and retrieving all the content from it , using the below code. Can someone suggest me how should i modify this to perform the below tasks in the same web page 1) the web page contains 2 textboxes and 1 button 2) we need to supply some known text in them and then call the button click event(progrmatically) 3) Then should be able to read the results into the string static public string GetResponseAsString(string url) { HttpWebRequest webRequest = (HttpWebRequest)System
    Posted to Web Forms (Forum) by harish_ravi on 8/10/2009
  • Re: progamatically reading values from aspx web page

    Hi, I am able to read the web page contents from the program. thanks A lot. Can some one tell me how to achieve the below item?? i have a web page, with 2 search boxes(textboxes) and a button. After entering some values in the text boxes, i need to press the button. The results of the search should be read programmatically. Can some one tell me how to achieve this in C# 2.0 ??
    Posted to Web Forms (Forum) by harish_ravi on 7/26/2009
  • Re: Countdown Timer

    Hi you are getting the error message as you didnt renamed the label control. Plz rename the label In Properties window rename the ID filed of the label to "lblTime" i have checked the code, its working.
    Posted to Web Forms (Forum) by harish_ravi on 7/21/2009
  • Re: i was wondering if it is a way i can filter client usernames so that the image buttons are enabled and disabled based on the username?

    you need to slightly modify your code to If Not Page.IsPostBack Then Label1.Text = Session("Username") Label2.Text = Session("UserId") If Label1.Text.ToLower == "medev" Then MsgBox("Retrieved variable is: " & usname) ImageButton1.Enabled = (HttpContext.Current.User.Identity.Name == "medev") ImageButton1.Enabled = True ImageButton2.Enabled = False ImageButton3.Enabled = False End If End This would work perfect. The equality operator "=="
    Posted to Getting Started (Forum) by harish_ravi on 7/21/2009
  • Re: installing .net on windows 7

    Thank you. It would be gr8 if someone can confirm whether my machine configuration is compatible with windows 7 ?
    Posted to Installation and Setup (Forum) by harish_ravi on 7/21/2009
Page 1 of 7 (69 items) 1 2 3 4 5 Next > ... Last »