13,153 Topics

Member Avatar for
Member Avatar for Ajith S Kulgod

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)

0
54
Member Avatar for Lokesh.snghl

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 = …

Member Avatar for Lokesh.snghl
0
116
Member Avatar for Vilice

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--

Member Avatar for Vilice
0
90
Member Avatar for Mythili.D

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 …

Member Avatar for Mythili.D
0
84
Member Avatar for sreein1986

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 …

0
84
Member Avatar for Otoritakezo

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 …

0
55
Member Avatar for dotNetDummi

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? …

Member Avatar for itssvipul
0
250
Member Avatar for brightline

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 …

0
53
Member Avatar for Techbee

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 …

Member Avatar for tuse
0
63
Member Avatar for Techbee

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 …

0
64
Member Avatar for VB noobster

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?

0
57
Member Avatar for amitsunnuu

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

0
73
Member Avatar for brightline

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 …

Member Avatar for pfdsilva
0
174
Member Avatar for shikeb

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 !!

Member Avatar for shikeb
0
105
Member Avatar for kavithabhaskar

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 …

0
59
Member Avatar for Rakesh Nagekar

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

Member Avatar for soso30
0
74
Member Avatar for gary236

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 …

Member Avatar for gary236
0
72
Member Avatar for mdubose

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 …

Member Avatar for ema005
0
239
Member Avatar for ebabes

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?

Member Avatar for salvea
0
424
Member Avatar for ABIGAnesh

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.

Member Avatar for sierrainfo
0
61
Member Avatar for Abdulmunawar

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 …

Member Avatar for sierrainfo
0
104
Member Avatar for Abdulmunawar

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 …

Member Avatar for sierrainfo
0
85
Member Avatar for srikant.friend

how to creat a menu bar & master page of classified (normal requirements).....plz help me ,urgent plz help me.thank u

0
47
Member Avatar for goldstar929

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

Member Avatar for greeny_1984
0
71
Member Avatar for bmz

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 …

0
89
Member Avatar for WhYuLoOkIn

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?

Member Avatar for senol01
0
151
Member Avatar for sbv

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?

Member Avatar for sbv
0
97
Member Avatar for Nithya.G

how to create dynamic menu using c# in asp .net. i need with codings.. or with example. Thanx in advance Nithya

Member Avatar for Nithya.G
1
102
Member Avatar for bhappy

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 …

Member Avatar for boltonss
0
343
Member Avatar for web_developer

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

Member Avatar for lukabrol
0
74

The End.