No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi guys, I need some help on data binding. The table is shown as below ID Item 03 5 03 6 19 5 19 8 19 3 How do I present the data on a web page (mobile web form to be exact) such that the the ID is like …
Guess you need something like BindingContext [url]http://www.csharphelp.com/archives3/archive577.html[/url]
Hi guys, I need some help here to generate a list of multiple choice questions (MCQ) from SQL server 2005 on to a smartphone running on WM 5.0. I've manged to connect to the SQL server wireless in a LAN environment and done some simple login. The next thing I …
Hi, I'm trying to get a variable from the login form for my project and come across the code as shown below. How do I need to do in [I]frmLogin[/I] for this [B]IUserAccount user = frmLogin.UserAccount;[/B]? Thanks [code] static void Main() { FrmLogin frmLogin = new FrmLogin(); if(frmLogin.ShowDialog() == DialogResult.OK) …
The End.
rayben