Click here to Skip to main content
15,891,033 members
Home / Discussions / Mobile
   

Mobile

 
QuestionSpeeding up the display of .Net Compact 2.0-application Pin
J. Holzer21-Jan-10 22:08
J. Holzer21-Jan-10 22:08 
AnswerRe: Speeding up the display of .Net Compact 2.0-application Pin
PavanPareta1-Feb-10 22:33
PavanPareta1-Feb-10 22:33 
QuestionLaunching of ActiveX controls from WinCE thru' eVC++ Pin
snehayp20-Jan-10 21:40
snehayp20-Jan-10 21:40 
NewsFree developer training for Windows Mobile 6.5 Pin
brucedkyle18-Jan-10 5:59
brucedkyle18-Jan-10 5:59 
QuestionUsing flash10e.ocx in wince Pin
snehayp17-Jan-10 18:46
snehayp17-Jan-10 18:46 
AnswerRe: Using flash10e.ocx in wince Pin
xiang_yan2-Mar-11 21:45
xiang_yan2-Mar-11 21:45 
QuestionExport content from database either to text or xml Pin
codenoobie17-Jan-10 16:40
codenoobie17-Jan-10 16:40 
QuestionCompiler Error CS0119 -Plz Help!!! Pin
Pooja Shekhar Iyer16-Jan-10 20:43
Pooja Shekhar Iyer16-Jan-10 20:43 
This is my code in the login click button as Sir suggested:

<pre>
private void btnLogin_Click(object sender, EventArgs e)
{
AppDatabase1DataSet ds = new AppDatabase1DataSet ();
AppDatabase1DataSet .LoginDataTable dt = new AppDatabase1DataSet.LoginDataTable ();
AppDatabase1DataSet.LoginDataTable();
this.loginTableAdapter1 .Fill (dt) ;
foreach (DataRow dr in dt .Rows )
{
if(dr[0].ToString()==txtuname .Text &amp;&amp; dr[1].ToString()== txtpassword.Text )
{
txtpassword.Text = "";
txtpassword.Text = dr[0].ToString();
MessageBox.Show("Login Succeeded");
</pre>
I've defined everythings accordingly but this error pops up on the LoginDataTable() line:

Error 1 'csharp_phonebk.AppDatabase1DataSet.LoginDataTable' is a 'type', which is not valid in the given context

I don't know why...Please answer me asap.
QuestionMultiple Device Development Platform Pin
RB@Emphasys15-Jan-10 4:41
RB@Emphasys15-Jan-10 4:41 
QuestionHi everybody Pin
ELIGIUS MUGANYIZI11-Jan-10 1:41
ELIGIUS MUGANYIZI11-Jan-10 1:41 
Questionis there any regex lib working on windows mobile with c++? Pin
Johnhans7-Jan-10 16:32
Johnhans7-Jan-10 16:32 
AnswerRe: is there any regex lib working on windows mobile with c++? Pin
Garth J Lancaster7-Jan-10 16:54
professionalGarth J Lancaster7-Jan-10 16:54 
GeneralRe: is there any regex lib working on windows mobile with c++? Pin
Johnhans7-Jan-10 17:00
Johnhans7-Jan-10 17:00 
GeneralRe: is there any regex lib working on windows mobile with c++? Pin
Garth J Lancaster7-Jan-10 17:49
professionalGarth J Lancaster7-Jan-10 17:49 
GeneralPCRE & PME Pin
Garth J Lancaster7-Jan-10 18:00
professionalGarth J Lancaster7-Jan-10 18:00 
GeneralRe: PCRE & PME Pin
Johnhans7-Jan-10 18:26
Johnhans7-Jan-10 18:26 
Questionhelp for j2me to read /write ms word file in java mobile Pin
ashish8patil6-Jan-10 10:35
ashish8patil6-Jan-10 10:35 
AnswerRe: help for j2me to read /write ms word file in java mobile Pin
vivasaayi7-Jan-10 18:51
vivasaayi7-Jan-10 18:51 
QuestionJ2ME Polish - Inline editing text Pin
emailme.friend4-Jan-10 21:42
emailme.friend4-Jan-10 21:42 
QuestionBattery indicator for device Pin
yrishi4-Jan-10 18:03
yrishi4-Jan-10 18:03 
AnswerRe: Battery indicator for device Pin
KingsGambit4-Jan-10 18:48
KingsGambit4-Jan-10 18:48 
GeneralRe: Battery indicator for device Pin
yrishi4-Jan-10 19:34
yrishi4-Jan-10 19:34 
QuestionWindows Mobile HTTP POST InvalidOperationException Pin
cethie3-Jan-10 23:25
cethie3-Jan-10 23:25 
QuestionAndroid Pin
code_breaker2-Jan-10 1:04
code_breaker2-Jan-10 1:04 
AnswerRe: Android Pin
HimanshuJoshi2-Jan-10 1:17
HimanshuJoshi2-Jan-10 1:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.