if some one can tell how to block pages. i have small website and have abought 10 pages but when i copy and put it in browser they open i want block that want to redirect them to login page . thank you
daku1
Posts
-
block pages -
Block pagesif some one can tell how to block pages. i have small website and have abought 10 pages but when i copy and put it in browser they open i want block that want to redirect them to login page . thank you
-
store procedurehow to call storeprocedure in page load event i have string strCmd = "exec rpt_OnlineStoreActivity '01/01/2000', '07/30/2007'"; can some if this is wirght away to do it. thank you
-
Use store procedure in ASP.NETi am useing sp to collect data to gridview but it does not bind data to gridview.i can see it on page than when i debugg it does't display any thin in web site. can some one tell me what i am doing wrong? thank you
-
logout problem[modified]when i click logout it does not log out thank you
-
logout problem[modified]when i click on logout button it does not log me out can some one tell me why is thing doing this. i have a question asp.net c# when i click logout button i am still login. what i have did made method for logout than called it from lougout button clik event but nothing happens because need to log out in my master page logout button there there for i created in my master page and called it in my master page button ckic event. the code are follow public void logout() { //sandip patel 7/18/2007 //Request.Cookies["memberID"].Expires = DateTime.Now.AddMinutes(20); //Session["Email Address"] = null ; //Session["Password"] = null ; Session.Abandon(); Response.Redirect("Default.aspx"); } and lougout click event i have call this function logout(); can some one tell me what am i doing wrong please sandip -- modified at 21:22 Friday 20th July, 2007
-
cookiesyes, this is a ASP.NET and try to create a cookie on the project and it is on live within two weeks. thank you for ur answer cokkie wil be cookie to client. thank you
-
cookiescan someone explane how to create cookie and which file or class to put it? thank you
-
add a pageI want to know how to add a web page to exciting project by using a maser page? Thank you
-
writting error code in master pagei have created a error page and have abought 20 page want to write a code in my master page where every page is dervied from that page please can some one tell how to write a that code and what code / thank you sandip patel
-
add error handling page to projecti want to know where do i have to make changes in order to add complile error hanle page? i have created a page and i want to put it in project. what do i do for it to be working? thank you
-
error handle [modified]does this code goes in public class or i have to create new class and how? i want to know where to right a code for error handleing please some one give me a answer. tahank you -- modified at 13:21 Wednesday 11th July, 2007
-
c# error handling [modified]how to write error handling in base page meaning first load page? email me srpatel1172@yahoo.com thank you -- modified at 2:04 Wednesday 11th July, 2007 how to create error handle in master page?
-
SQL SP [modified]how to create sp for username and password -- modified at 23:54 Thursday 8th March, 2007