Do this by adding -f myname@mydomain.com (with your legitimate domain name) to the headers.
I have had success with this when trying to negotiate AOL's system."
sorry, can you give me examples? how do i add -f into my headers?
hi, i 've table with orderid a foreign key to the ORDERS table, however, i forgotten to set ON DELETE CASADE while assigning the foreign key that time. Now how do i re set it? Is there any way out with SQL 2005 Studio Express? Or what kinda of Query Command should i type? I dunno how to Alter...
hi, i have a column a "text" type, i wish to let user input html tags into the column from a multi line textbox.
However, alot of " and ' chars are disturbing my insert sql statement. What do i have to do to store tags inside database? as in <> and </> etc..? do i need to do replace " all that...
hmm.. thanks behindthepipe..
What if i've another login page ,say adminlogin.aspx which uses another function and access another table for checking ,just for admininstrator? How do i include it in the web.config?coz one already exist together with the location path as well ?
I've a gridview which has
Hyperlinkfield in Second Column,
I'm trying to access the text property, but its returning null
protected void GridView2_RowCommand(object sender, GridViewCommandEventArgs e)
{
int index = Convert.ToInt32(e.CommandArgument);
GridViewRow selectedRow...
I've just found out myself after browsing google...
What i did...
DateTime todaydate;
DateTime sixtydaysago;
todaydate = sixtydaysago = DateTime.Today;
sixtydaysago = sixtydaysago.AddDays(-30);
string selectquery = "SELECT [ImagePath], [Description], [Price]...
How do i insert a sql and asp.net datetime functions and date now to come up with a sql statement to select data which are within now and 30days ago?
Any examples???
no, i can't do that.. can anybody else explain to me about forms authentication.. does that mean that now all my .aspx files are already protected by default.? but this isn't true because i can still view these files without login..(if i dun check for (if(User.Identity.isAutheticated) in page load..
you mean i don't have to check for my other pages ?
but if i would like to display a portion which only members can see in the page, how do i do it?
i am using if(User.Identity.isAuthenticated) for everypage load now, i am doing the wrong way?
hi, i'ved created a membership page with asp.net (not with membership roles)
In my login.aspx
i've 2 textbox (password and username)and 1 button to login:
protected void Button1_Click(object sender, EventArgs e)
{
if (Page.IsValid) {...
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.