hi,
In my application i am using smtp server for sending mails
i rote the host name,port in the web.config file like this
<configuratio n>
<configSections >
<sectionGroup name ="System.net " >
<section name="authentic ationModules" type="System.Ne t.Configuration .NetAuthenticat ionModuleHandle r"></section>
</sectionGroup>...
User Profile
Collapse
-
sending email using asp.net with C#
-
Regarding Binding values to the Textbox
hi
i am doing one application using ASP.Net with C#
in my pplication i have textbox and one button control
in this i want to retreive data from the database and assign it to textbox using data adapter
when i click the next button it has to show the one by one record from the table
i dont want to use data reader because after this i have to do previous also.......
please help me...........
... -
regarding regular expression
hi,
In my application i have one textbox which is taking input as U.S phone number so in tis case i used regular expression validator for this but in this case i have to give the format like xxx-xxx-xxxx
instead of this i have enter only numbers like xxxxxxxx and it has to divide the numbers and print like xxx-xxx-xxxx and it has to take only 10 digits
how can i validate this field -
string userid;
protected void Page_Load(objec t sender, EventArgs e)
{
userid = WindowsIdentity .GetCurrent().N ame;
}
protected void LoginButton_Cli ck(object sender, EventArgs e)
{
if (Login1.UserNam e.Equals(userid .ToString()))
Response.Write( "welcome " + Login1.UserName .ToString());
... -
urgent please help me..........
i am using windows authentication. ........
i didnot get any code regarding password retriving
anyway i got the username but when i run my application first time it executed
after doing some modifications or without doing anything also it is not running why?
please help me -
i didnot get any code regarding password retriving
anyway i got the username but when i run my application first time it executed
after doing some modifications it is not running properly why?
please help me...Leave a comment:
-
Please help me regarding windows authentication
hi
my application is login page with windows authentication
i got the current user name but i am not getting password how can i get from the currently login user
and the next thing i am getting username like "companynam e\ myname" but i want only my name how i can change it
give me some idea about windows authentication please......... ........... -
regarding data types
hi ,
in sql server 2005 i am creating a table with some fields like id,name etc in this i gave a field for U.S Phone number with datatype varchar, after i inserting the values in to the table it is taking '-' as minus and it is doing subtractions please help me how can i validate this field.......... -
thank u
i am getting like that only yes it is storing in the form of 0's and 1's
and i have one more doubt regarding Contact number ,it is U.S Phone number it is having ' - ' symbols in between numbers so for this which datatype i can use
i used integer but it is treating like minus symbol......... ..........Leave a comment:
-
hi
in this i want boolean type only what i said is it is storing the values as 0's and 1's instead of that shall i change i in to the form of true and false...Leave a comment:
-
hi thank u
it is inserting the values but it is storing 1 in that column instead of true how can change it to true...Leave a comment:
-
inserting checkbox values to the database
hi,
In my application i have one checkbox when ever i am entering values to the page it has to store the values into the database table using insert statement , remaining values r inserting except checkbox value, i dont know in sql server 2005 which data type i have to use for that column to insert the checkbox checked values please reply me its very urgent -
how can i use outlook application in asp.net
hi
in my application i have one button if i click that button it has to open the outlook page which is used to add a contact
i added outllok reference but i dont know how i have to start coding can u please tell me -
-
using of hyperlink in gridview
hi
i am having hylink column like id in gridview so i put navigate Url to another page so when i click one hyperlink it has to transfer to next page and it has to print the total information about that id so how can i transfer hyperlink value from this page to that page
No activity results to display
Show More
Leave a comment: