13,153 Topics
| |
In Visual Studio 2005 iam getting an error:- GetTypeHashCode() : no suitable methods to override. The class names that i have mentioned are same(ie in .aspx and .aspx.cs) | |
Hi all, i am facing a problem to display image in IE 7.0 which are coming from my database (SQLSEREVER2005). for displaying image i am using folloeing code. [code=asp.net]Public Sub DataImage() Connstring = ConfigurationManager.ConnectionStrings("TestingConnectionString").ConnectionString 'Conn = New SqlConnection(ConfigurationManager.AppSettings("conn_string")) Conn = New SqlConnection(Connstring) If Conn.State = ConnectionState.Closed Then Conn.Open() i = … | |
Hi all, Next term ,I will learn the ASP.NET .Any suggestions such as books and toturial or any other things that can help me learn ASP well? I have learned .NET GUI already. Many Thanks! --Vilice-- | |
Hello, I have a website which allows the user to download the images from it. I used the following code. It download for most of the images but for some it tries to download as a file without extension. So can you please suggest what might be causing this. thanks … | |
hi, I am web designer, i have a doubt in ASP.net, I created a website in HTML but i need a dynamic page now my requirement is i put textbox and search button and now what i want when give a word in my textbox after click the button search … | |
Hi there, ive got an strange problem when i run an(any webaplication) in vs 2005. I allway's get two windows popin up- the first one is empty and the second one contains the aplication. So for example whe ive got an simple webproject containing an default.aspx file(witch is marked as … | |
I am working on a web-based app, and I need to implement a function whereby it checks the dates daily, and send reminder email automatically. May I know how can I do that? I saw some websites that mentioned about Console Application and Windows Scheduler. Is that what I need? … | |
I have 2 problems with Reporting Service: [COLOR="Red"]The first problem:[/COLOR] I can't show report header and footer. [COLOR="red"]The second problem[/COLOR]: I am using the Arabic language to display the numbers and dates in the report and it's displayed arabic but when printing the report the numbers and dates appear in … | |
I would like to use an access database to hold all registered users and apply authentication to my site using VB.Net. Can you please assist me with a code to achieve this. The code that I managed to do uses hardcoded usernames and passwords. I have used select case which … | |
Hi all I am creating an asp.net site in Frontpage and want to use Abyss web server for tesing my files. Since Frontpage does not use the virtual server like what visual studio does, it requires a third part virtual server, hence the use of Abyss server. I am having … | |
i want to have a link on my web form, where when i click on a button, a form will open. ALA pop up style. any idea what are the codes? | |
I want to show videochat facility on my custom web page in C#.net. if anyone have code or link to code,please reply ASAP | |
I have created a custom user control which contains a radiobutton and some another controls. In my page, I use more than one instance of this control, so the user can check the radiobutton of all the instances of this control. the question: How to force that only one radiobutton … | |
I want to read data from excel file(2007). files are in folder, I want to target some cells to pick data from them. Kindly ! help me out !! | |
if you need to upload larger files, you will need to alter this value by changing the httpRuntime maxRequestLength property to the desired value; at the same time you may need to increase the executionTimeout property to a greater value as well in order to support longer upload times. Take … | |
hello Friends, Iam new to ASP.NET and i want the free ASP.NET book with examples in that can u please provide me if u have any Thank u Rakesh Nagekar | |
Hi, I am unable to create a new database within Visual Studio. I can however create a database in SqlExpress and then see it in Visual Studio, but once in Visual Studio I can’t seem to do anything, e.g. If I right click the ‘Tables’ icon within a database in … | |
When I build my project, I didn't receive any errors but when running and entering in data, I get this error: [COLOR="Red"]Invalid Login, please try again! System.InvalidOperationException: ExecuteNonQuery: Connection property has not been initialized. at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Login.DBConnection(String … | |
I am currently working with onlize quiz. Is it possible to disable CTRL, ALT, other keys and status bar? My concern is to secure my page such that nobody can copy any data displayed in the page. How can I do this in ASP.Net using C# as my script? | |
im creating web page using html control. and also write JS function in that file. Now my problem is i want to call that JS function from mypage.aspx.cs..... validation is done in that JS function. | |
Hi my name is Abdul munawar I am using two optional radio buttons in asp.net front end,... but ui have store single option in databse.. wat is the coding to select single Like male or feemale 2) buy or sell So i need to write the code for selecting value … | |
HI My name is Abdul Munawar. I am new to Asp.net, but i am very interested to study hard.. I want t o become a good developer.. My question is 1) I am using fname, lname, email, cellno , male or female ( radio button). in this radioi button, i … | |
how to creat a menu bar & master page of classified (normal requirements).....plz help me ,urgent plz help me.thank u | |
I want to begin a new project for company the project about Document Management System over internet In ASP.NET and SQL server they want to uploade the file and download ,edite file delete the company has main office it connect to 9 company how can i know the table first | |
HI! i'm currently developing a site using visual web developer 2008. I want to add a component, a .COM component (openh323.ocx). What i did was to create a new tab in the toolbox and right clicked it and chose Choose Items then i clicked on the .COM tab and browsed … | |
I am using asp.net 3.5 and a sql server database. My host is godaddy. I was able to login before I deployed my website but now I am just getting the failure text of the login control. Can someone please help me? | |
hi i wish to start a gaming site. but i have no ideas. how to start. what should be there. can ay one help me? | |
how to create dynamic menu using c# in asp .net. i need with codings.. or with example. Thanx in advance Nithya | |
Hai All, I want to create crystal reports dynamically, I don't know the columns i will take it from database at runtime, im getting all data into one dataset and im convrting dataset into xml schama, then im using that xml schama in crystal reports,there i drag n drop all … | |
hey all does any one knows how to create a dynamic crystal report? the user must insert a data and the report must then be generated according to this data. thanks in advance |
The End.