Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
2
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for ryathegr8

hi can anybudy temme the reason of this error my code is [CODE] DataClassesDataContext dc = new DataClassesDataContext(); tblUser tu = new tblUser(); var res = (from p in dc.tblUsers where p.nUserID == _index select p).FirstOrDefault(); res.strUserName = txtUserName.Text; res.strPassword = txtPassword.Text; res.dAddDate = Convert.ToDateTime(DateTime.Now.ToShortDateString()); res.bIsDeleted = false; [/CODE] it …

Member Avatar for kvprajapati
0
98
Member Avatar for ryathegr8

hi i am gonna try to create a personal website in which only i would create a thread and other could only comment. for example if i want to create threads for my poetry and ll allow others to comment on that. or same like this website. creating threads and …

Member Avatar for stbuchok
0
57
Member Avatar for ryathegr8

hi em gonna develop a social networking site like facebook or others....as i want avoid re-inventing the wheel so want best way or should i start from skratch??? need some suggestions....:((

0
53
Member Avatar for ryathegr8

hi em doing BS.Software engineering, as its my last semester and want to take Final year project. em just confuse of what to take. i want to do something for my university but as i gone through my university systems they are hell complex. can anybudy suggest me. i want …

Member Avatar for ryathegr8
0
185
Member Avatar for ryathegr8

hi em doing BS.Software engineering, as its my last semester and want to take Final year project. em just confuse of what to take. i want to do something for my university but as i gone through my university systems they are hell complex. can anybudy suggest me. i want …

Member Avatar for ryathegr8
0
160
Member Avatar for ryathegr8

hi em trying to fetch Employee information from db and load it in Gridview....i select departemnt name and Grade from dropdownlist and pass it in query buh it returns Invalid column name 'InformationTechnology' and Invalid column name 'Grade17' [CODE]String strCon = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlConnection objcon = new SqlConnection(strCon); objcon.Open(); // String …

Member Avatar for ryathegr8
0
145
Member Avatar for ryathegr8

hi i am doin with Employee Management System... scenario is when Emp login Employee Name is stored in session[UName] variable and redirected to the employee home....there when he choose to view his profile, query it using sesseion variable.... code is given below: [CODE]string strCon = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlConnection objcon = new …

Member Avatar for ryathegr8
0
103
Member Avatar for ryathegr8

hi i have coded for forget password module but getting an error that is attached with... dont know why its hapen....here is code [CODE]string strCon = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlConnection objcon = new SqlConnection(strCon); objcon.Open(); string str1 = "'"+txt_EmpFP_Uname.Text+"'"; string str2 = "'" + txt_EmpFP_OldPass.Text + "'"; String query = "Select * …

Member Avatar for ryathegr8
0
209
Member Avatar for ryathegr8

i really want to know that ...Is Quality of software relative???? if yes then how??? i couldnot get it????

Member Avatar for ryathegr8
-1
99
Member Avatar for ryathegr8

hi this is my code for forget password module..... i dont know why its not working....:(( i have attached the snapshot as well.... plz help me.... error is while updating..... [code] string strCon = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlConnection objcon = new SqlConnection(strCon); objcon.Open(); string str1 = "'"+txt_EmpFP_Uname.Text+"'"; string str2 = "'" + …

Member Avatar for kvprajapati
0
70
Member Avatar for ryathegr8

hi i m using vista OS n trying to download free version or trial version of microsoft visual studio 2005 0r 2008 enterprise or professional edition ...but its makes problem ..some times compatability and some times upgrading problem..... . can anybody give me a link for MS VS 2005 0r …

0
47
Member Avatar for ryathegr8
Member Avatar for davidhenry0001
0
57
Member Avatar for ryathegr8

hi.... if i download UBUNTU OS in my system....will it work with my existng windows or ll replace it??? will i get it while em offline????

Member Avatar for ryathegr8
0
93
Member Avatar for ryathegr8

hi... i used the following links to download apache n php compiler/interpretor....but find no exe file or setup in downloaded folder... plz anybody give me the exact link by clicking whixh i could download the folder with exe files of both.... [url]http://www.php.net/downloads.php[/url] [url]http://httpd.apache.org/download.cgi[/url]

Member Avatar for Usernamex235
0
127
Member Avatar for ryathegr8

hi.... can anybody give me link for php compiler exe file???? and mysql...whateva needed to build a web application.... i'll be thankfull....

Member Avatar for akvlko
0
178
Member Avatar for ryathegr8

i want to write a code in C++ in which when i Press a key...it displays the letter which i have set in my code for dat key.....it means a program that changes the ascii code of a keyboard.....tell me the logic how can i do that??????

Member Avatar for frogboy77
0
93
Member Avatar for ryathegr8

hye em new to java ...i have 15 days to learn it...after that i hav to pick my final year project...i hav gone through many tutorials but they are not enough....can any body hav some material to learn Java easily and quick...m using netbeans 6.7.1....n want a full command on …

Member Avatar for ryathegr8
-1
143
Member Avatar for ryathegr8

how can i print an array element using [COLOR="red"]showMessageDialog[/COLOR] [CODE] for(int k=0; k<aSiz; k++){ JOptionPane.showMessageDialog(null,"New Array is \n"+array[k]); }[/CODE] i dont want "New Array is" to be repeated...... tell me fast.....

Member Avatar for javaAddict
0
119
Member Avatar for ryathegr8

slaamz guls and guys! can any body tell ,how to validate input to check whether it in Integer only?? it shouldnot be in Double, Long and float in type..... i am writting simple code for simple calculator.... plz reply me fast if any body knows... regards m0m0

Member Avatar for javaAddict
0
70
Member Avatar for cristi08

Why the checkbox is not working? it echoing "interest Array" [code] $_POST['interest'] ; foreach($_POST as $field => $Value) { echo "$field,$Value<br>"; }[/code]

Member Avatar for rajarajan2017
0
89