The question is "After sign out from email, Then we click a
back button , we can't go to the previous page ie inbox
page, It is displaying a login form only"
My doubt is How will code this , If u know please blog me
through this or my mail. my mail id is yoursguna@gmail.com
I am trying to implement sorting facility from client side
code in GridView Control.
So how can I fill up an Array inside client side code
(using JavaScript), i want to assign my DataSet object
declared and filled up on Server side(in code behind) to
the array (on client side)
How can we do the client side validation and Server side
validations? But i told that At client side by with the help
of validations control or by javascript? But I dont know
about the Server side controls Explain?
What is Difference between Production Serves and
Development Servers? And Suppose, m adding/deleting C# file
in a project based on the Specific Requirement. These Files
are Automatically updated in Production Servers? So Which
tool is needed to do This One?
how to implement some securty aspect in our application i.e
1.cookie poisioning.
2.data encryption.
3.forcefull browsing
4.sql/code injection
5.securing web app by using web services
........my question is how to implement these thing in our
application
is this done by hard coding or by help of some tool
108
When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade..
517
a web application needs to be created to accept the product
name and quantity of a toy from a customer. After the
customer has entered the product name the application needs
to display the discounted price of the product to the
customer (company is offering 35% discount on all products).
The application should allow the customer to select the
product name from a list box. and also while i'm data
binding to a label with custom data binding with some
declarations : "The Discounted Price is
"+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text))
-
((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)).
Where i need to give this declaration in asp.net 2.0.
hi
.net gurus. plz if any one has dumps on 70-631 and 70-541 on
windows sharepoint services kindly mail me.
20
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?
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
101
Contrast OOP and SOA. What are tenets of each ?
171
How to communicate via Remote proxy with Client?
a)MarshalByRef
b)Marshal by Value or Any thing else?
120
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.