Do you want to make the account as expired after 1 month if they have chosen subscription for 1 month? Is "expired" a column is database? what all roles do you have?
Prince Quest Solutions www.imaginethinkact.com
Do you want to make the account as expired after 1 month if they have chosen subscription for 1 month? Is "expired" a column is database? what all roles do you have?
Prince Quest Solutions www.imaginethinkact.com
From javascript its not possible. you can make a server call and show data as PDF file for printing.
Prince Quest Solutions www.imaginethinkact.com
execute select * from tableOfTheTable where EmailId='EmailIdYouAreAboutToSave' if this query result is 1 row, that means that emailID is already in use and is stored in DB.
Prince Quest Solutions www.imaginethinkact.com
use button as asp:button and it will do a postback call where you can do whatever you want.
Prince www.imaginethinkact.com
You can capture enter key, and do what ever you want by using below code. function Keycheck() { if (window.event.keyCode == 13) { alert("Enter Key"); } }
Prince Team Lead Quest Solutions www.imaginethinkact.com
Just loop through that folder and compare the file names with your new filename. upload only when result is "no match found".
Prince Team Lead Quest Solutions www.imaginethinkact.com
ViewStateUserKey = Session.SessionID.ToString();
Prince Team Lead Quest Solutions www.imaginethinkact.com
add a random numder like doc_url_randomNumber.
Prince Team Lead Quest Solutions www.imaginethinkact.com
please, post clear question. don't just write whats running in your mind. Read Question 2-3 times before you post. Please explain clearing again, what do you want to do. Thanks,
Prince Team Lead Quest Solutions www.imaginethinkact.com
1.create an array string[] names = {"a", "b", "c", "d"}; 2. loop through all values foreach (string name in names) { //do what ever you want to do with a single values. }
Prince Team Lead Quest Solutions www.imaginethinkact.com
use window.history.forward(1) in javascript.
Prince Team Lead Quest Solutions www.imaginethinkact.com