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
satheesh babu
NA
128
312k
How to show a pop up message in my web page
Jul 21 2009 1:45 AM
hi all,
Here i am using an external device through RS232 serial port and getting values from port.
I wrote the event like initiating the serial port event handler in page load. Below is the code
myPort.DataReceived += new SerialDataReceivedEventHandler(myPort_DataReceived);
myPort.Open();
then i wrote an event to fire when the data came to serial port. like below
void myPort_DataReceived(object sender, SerialDataReceivedEventArgs e)
{
//code to get the value from serial port.
But if i wrote Response.Write("Member Invalid");
its not working and giving error Response.Write is not available in this current context.
and also i assigned the value to textbox. This is also not displaying data in my text box.
}
Please help me on this... How to pop up a message in my web form or how to write the data to my text box.
thank you
Reply
Answers (
1
)
ASP.NET Dashboard Controls
zoom in /out