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
calling result set one procedure to anothar procedure in sql2000
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 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.
73
What should you do is you want to remove an existing component
but would like to make some funtionalities?
30
What is cyclomatic complexity and why is it important?
162
hi
.net gurus. plz if any one has dumps on 70-631 and 70-541 on
windows sharepoint services kindly mail me.
20
How do you initiate validation on the server manually? What
are two situations when you might you want to do that?
24
How can we call webservices in Banking Applications? and
where we are using it?
Why should i prefer JSP over asp.net or any other web
development language..??
92
Hello,
Using Visual Studio 2005 (VB) I am working to create a Web
Site implementing the following:
Within a gridView I have placed a dropdownlist control with
a DataSourceID="SDSLkupList".
SDSLkupList is a sqlDataSource used to store a lookup list
for dropdownlist
translation from ID to text. SDSLkupList contains the
translation text and other fields
related to the dropdown selection ID. (Thought it would be
efficient to get everything
at the same time.)
I would like to provide the user the ability to select from
the dropdownlist and, based on the
selection, use labels to list related columns stored on the
SDSLkupList in separate gridView
columns.
I have read that SqlDataSources are not meant to be used
for individual controls. Since
SDSLkupList contains all related information, is there a
way to do a find using the
dropdownlist selectedValue? (I was not able to discover
one.)
Otherwise, what should I use? It would need to set the
labels on the gridView DataRowBound
event as well as the SelectedIndexChanged events.
Has anyone done this?
Any help would be appreciated.
Thanks in Advance.
Neal
73
code for "For every 5days system has to create 1text file
with the corresponding date and it has to store in c-drive"
by using web applications
63
i cant get Primary output selection from the Dialog box
While Creating Setup and Deployment the web application
how to solve it..
168
How can we communicate with each server in N-tier
Architecture? and what are the methods?