hi
wrever i go thy r asking depth abt 3-tier architecture i.e,
hw to deploy 3 layers into 3 servers i do nt have much idea
on deployment. can any one send me the tips or code if u hav
kindly mail me.
How to Open any web page by clicking any Any ASPControl
like (Checkbox,radio button or Button) without calling its
event and without going to Siverside code?
How to use class library reference in asp.net project?
Can you give me the example with source
Class library haves classes like Database, insert, update,
delete, reflection how can i use the database class
connection in insert class to insert the record in to the
Main Project in asp.net.
How to use class library reference in asp.net project?
Can you give me the example with source
Class library haves classes like Database, insert, update,
delete, reflection how can i use the database class
connection in insert class to insert the record in to the
Main Project in asp.net.
68
Can the dictionary object be created in client?s scope ?
What is the basic purpose of the required field validator?
How can you use a required field validator to check that the
user changes the initial value of a text box? a listbox?
9
benefits of migration from asp to asp.net
hi frnds,
i have to give presentation to a client about how useful
would be migrating their project
from asp to asp.net .plz give me some points which i should
incorporate in my ppt
thanks
80
How can we secure the data which is send from client side
to server? Like the login id and paasword needs to be
authenticated on the server but we cannot send it in plain
text into the server.One more thing we are not using the
SSL here.
23
I have an external link in my application say
www.xyztest.com. Today this site works on http protocal.
Tommorow it may run on https. So i cant hardcore the
protocal in the site. When a user clicks on the link how can
i know if the external site works on http or https and takes
him to that place?