[Message Deleted]
ajau
Posts
-
[Message Deleted] -
global.asaxi want to use session variable in global.asax when using folowing code. protected void Application_AuthenticateRequest(Object sender, EventArgs e) { if (Session["role"] != null) { //strRole = Session["role"].ToString(); } } it gives error.>> Session state is not available in this context. Please solve my problem as soon as possible. Thanking u ajai
-
payment integration on HDFCI want to use Payment Gateway of HDFC. Please, give me complete idea for it. Thanking u Ajai
-
Listbox ControlI want to selectedIndex of listBox, but it returns -1. Code is: if (lbCat.SelectedIndex >=0) { } Please Solve my problem. Thanks in Advance Ajai
-
AJAX ProgrammingI am writing an ajax program in dreamweaver, and trying to run. But, there is no server side interaction. So, tell me at which plateform, I can write ajax program to run it. In advance... Thanking you ajai
-
payment gatewayhow to use paypal payment gateway in website.. for reply In adavance Thanks Ajai chaudhary
-
SignOut code does not work properly..........I use code for signout is:- FormsAuthentication.SignOut(); FormsAuthentication.RedirectToLoginPage(); It redirect to login page. But, my problem is that when I click at back icon, it goes to privious page (like as after signin).......... In web.config, I used Forms Authentication with name="COOK" loginUrl="Default.aspx". How we can remove that problem .. ajai
-
tell me correct answer of my question.Which of these is an open-source software used for networked file sharing and printing? 1. Samba 2. Simba 3. Zazzu 4. Zamba Please tell me........ Thanks ajai
-
OnLine Shopping Problem.In online shooping, when any customer click at AddToCart button. The customer first login,and I save customer's data in database with login-id. So all customer's data is saved with own login-id. hence,we retrive customer data in select statement with where condition = login-id. But I want that there will no option of login, then how we manage all customer's data, so that shopping process be possible.... Plz help me.. Thanks Ajai Chaudhary
-
how i can send my complete form data to the next page..I want to send personal information to the CardInformation page and then send total information ... So, how transfer complete page data to the next page .. Plz reply Thanks ajai
-
which type of cart variable I can use..I want to add and modify no. of products in my AddToCart variables. Shopping can be done in different sub - domain. Plz Help me... Thanks ajai
-
how to maintain session out side the domain?My website has 6 sub-domains. when any user login in main domain and go to any sub-domain , session is lost. plese help me..
-
how i use credit cardI want to use credit card in my online shoping project so that any customer can shop as his/her requirements online.