I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
1963how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url
1 5126There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
2 5599In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected
1 3555In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected
8 13128
Which object wraps the state or data of a user?
What is difference between view and partial view?
What is caching in asp.net?
What is server side routing?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Whats the difference between abstract factory pattern and factory pattern?
How to make paging concepts in datagrid in ASP.NET?
what is AutoEventWireUp and what is the use of This property explain in details?
What is authorization in asp.net?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What does aspcompat="true" mean?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Explain the difference between overriding and overloading?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Explain the namespace classes used in asp.net mvc? : asp.net mvc