blah blah blah is here! blah blah » Close

-1
votes
1 answers

how to do "presentation of desktop to parthner" using C#

Hi, as the title states, can any kind soul out there assist me? Scenario: User 1 is suppose to present its desktop to user 2, user 2 can see what's being happen on user 1's desktop on his monitor, but cannot CONTROL. it's a web-bas ...

0
votes
2 answers

Why this happens?

sanjib
226

Whenever I connect GridView control to my local database and make AllowPaging property "True" the error coemes like this: " The GridView 'GridView2' fired event PageIndexChanging which wasn't handled. " But when I ...

0
votes
4 answers

How to clear TextBoxes

sanjib
226

This is my code: [code]protected void Button1_Click(object sender, EventArgs e) { string s1 = TextBox1.Text; string s2 = TextBox2.Text; string s3 = TextBox3.Text; blog b = new blog(); if ...

Feedback