Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~587 People Reached
Favorite Tags
Member Avatar for Haimanti

Hi, i'm making a regitration form. In that i need to validate the email taken from user. for thgat i've written a class in .cs file [code] public bool ValidateEmailAddress(String txt) { // Confirm there is text in the control. bool abc = false; if (txt.Trim().Length != 0) { // …

Member Avatar for sknake
0
124
Member Avatar for Haimanti

Hi, In the registration form am abt to make, i want the system to generate the password for the user. The simple way to enter the data to the backend is : [code] SqlCommand cmd_insertuserDetail = new SqlCommand ("Insert into fwm_user (last_name, first_name, birth_date, address, city, postal_code, country, email, password, …

Member Avatar for sknake
0
124
Member Avatar for Haimanti

Hi, i have a user table in backend with many columns n from that i need to user the email id and password for login. I have read the data in my code using a data reader, but am not getting how to match the entered username and password by …

Member Avatar for Haimanti
0
77
Member Avatar for Haimanti

hi, I'm trying to get daya into a new table via form. two fields in new table will pick up data based on look up tables. pls guide as to how do i proceed . The code is flashing conversion of Data type error. To avoid the datatype error, i …

Member Avatar for sknake
0
113
Member Avatar for Haimanti

How to retrieve data from database to frontend, each field in diff txtbox #1 1 Minute Ago | Add to Haimanti's Reputation | Flag Bad Post hi Hi i'm new to coding, with basis of theritical knowledge, i tried writing code for data insert n retrieval.. the code i posted …

Member Avatar for sknake
0
85
Member Avatar for Haimanti

hi i have retrieved data on data grid from backend. i want to write a code with which i will be able to retrieve the complete data related to the editable field from backend to front end. The edit and delete button needs to be seen on the right click …

0
62