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
Emad khan
NA
57
43.3k
how to generate text from SQL in textbox in ASP.NET
Mar 19 2014 3:04 AM
I have a SQL Table named PROFILE in which there are three columns (ID , UserName ,Email) ... ID is autogenerated and is a PRIMARY KEY , heres some dummy data for that table .
_______________________________________
ID | UserName | Email
---------------------------------------------
1 Raheel
[email protected]
2 Kamaal
[email protected]
3 Jamaal
[email protected]
---------------------------------------------
also i have a asp.net web form in which i have a TEXTBOX (whose ID is ValueBox) , what i want is that when a user types e.g (PROFILE.UserName) withour brackets and then press spacebar the UserName appears and replace that PROFILE.UserName written in that TextBox .... for e.g if i am talking about ID 1 , which is Raheel ... when a user types " My name is Profile.UserName" and after Profile.UserName he press Spacebar the text in TextBox becomes " My name is Raheel" ... how to do this in asp.net C# ... ??
Reply
Answers (
8
)
How to get userid from previous page and update database?
Is .Net 5.0 is same as 4.5?