TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
junde6
NA
3
0
C# public class declaration
Jun 2 2004 9:53 AM
basically my problem is like this. In tutorinput.aspx.cs, i have public class tutorinput: Page{ public DataTable stud_tbl = new DataTable(); public void Page_Load(){ .... .... stud_tbl.Columns.Add ..... stud_tbl gets data from Arrays, not sql tbls } public void SubmitBtn_Click(Object sender, EventArgs e) { for(int i=0; i
Reply
Answers (
1
)
making a password page
Process.WaitForExit() not working?