| Back to Questions Page |
| |
| Question |
how can i apply validation without using errorprovider in
C# windows application |
Rank |
Answer Posted By |
|
Question Submitted By :: Simran_8185@rediff.com |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | u can directly apply validation at property
using System.windows.forms;
set
{
if(value.length==0)
{
messagebox.show("error message")
}
variablenmame=value;
}  |
| Simran_8185@rediff.com |
| |
| |
| Question |
needs examples for black box testing and white box testing |
Rank |
Answer Posted By |
|
Question Submitted By :: Poo |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | can anybody give me examples for black box testing and white
box testing  |
| Poo |
| |
| |
| Question |
i want to open a helkp file that is txt file on link
buttons click |
Rank |
Answer Posted By |
|
Question Submitted By :: Simran_8185@rediff.com |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | on the button's click event use response.redirect("Name of
the file with extension");  |
| Simran_8185@rediff.com |
| |
| |
|
|
| |
| Question |
how to swap all the values without using temporary variable.
tha values r a = 20, x=60 and p=2.
|
Rank |
Answer Posted By |
|
Question Submitted By :: Chandrasekhar |
| This Interview Question Asked @ DST-Global-Solutions |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | x=x-a;
a=x+a;
x=a-x;
x=x-p;
p=x+p;
x=p-x;  |
| Learning |
| |
| |
| Question |
How same session variable can be used in both Asp and Asp.net? |
Rank |
Answer Posted By |
|
Question Submitted By :: Shailendra219 |
| This Interview Question Asked @ Wipro |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | session["name of the session"]=values;
response.write session["Name"];
values means the data you want to store in the session like
session["uid"]=ds.tables[0].rows[0]["uid"].tostring();  |
| Simran_8185@rediff.com |
| |
| |
|
| |
|
Back to Questions Page |