13,153 Topics
| |
If you are developing an object oriented .NET application that has to talk to a database, you'll inevitably map objects to a relational model. And, most likely you'll face situations where many-to-many relationships exist in your database. This article describes how you can handle many-to-many relationships in O/R mapping. Most … | |
ok, I am new to master pages. I have created a public function called setMenu in the cs file. I can call this function fine from about half of my pages, but when i try to call it from the other half, it won't compile and I get [quote]'System.Web.UI.MasterPage' does … | |
Hi all, Can anyone help me how detect USB using ASP.NET with C#. I need this one specifically in ASP.Net | |
I am developing a web application using Visual Studio 2005 to build the web interface and SQL Server 2005 to build the database. I need to be able to access the database queries via the web interface. What I want is that after accessing the website (via its address, say, … | |
I am developing an ASP.NET application for an online quiz test. The set of questions would be randomly selected from a pool of questions. The application works fine, but I want to hide the browser menu option (so that user cannot save or print the test) when the quiz page … | |
is it possible to upload a file from client side without browsing but the file path is known. i have done this using activex control but for this the security of browser should be low. can any one have something like this in flash or anyother method. its urgent. | |
i have a project in .net2005 in which ihttphandler is implemented but when i try to convert it into 2003 the class in which ihttphandler is implemented is not called.in 2005 the class is inside the App_code folder.can any body help me out? the problem is in registering the handler.the … | |
i have a project in .net2005 in which ihttphandler is implemented but when i try to convert it into 203 the class in which ihttphandler is implemented is not called.in 2005 the class is inside the App_code folder.can any body help me out? | |
Hi all, I am new to ASP.NET 2.0, im learning the language for my thesis and and i would be glad of some help. The application is a Project management tool and i have already created a login page. Can anybody give me code to add a record to a … | |
hello, I am working in asp.net2.0 and C#.I want to create,open a word document on click of button.i am working with ms office 2003,so i added ms word 11.0 library object from com reference. but the namespace microsoft.office.interop.word is not imported. Is their any another way to work with word … | |
Hi I am populating some gridview, based on the user inputs. What I would like to do is - the user selects the inputs -click the button -populate the gridviews. I am inserting some information, on this button clcik event. Along witht that, i want to insert the url of … | |
Hello, I am working in asp.net 2.0.i am displaying data from database through gridview,now i want that that one column get added with a link of update,that after clicking on update link database get update. Thanks in advance,please help me as soon as possible. | |
By using "comunity server" ,I can't make a forum. How can I get one? I get problems between the server (SQL SERVER )and database login. :confused: Thanks | |
Hello, please any one help me,i am working in asp.net 2.0. I make one form which display data from database with the help of gridview.now i want that one column get added which provide update link,clicking on update the database get updated. Thanks in advance.Please help me as soon as … | |
Hey friends, Can anyone help me in the following issue? I am loading so many data in a webform, so that it takes a long time to get it pulled from DB. How can i display like "your page is loading" message while the data is being processed.? Any ideas??? … | |
[COLOR=Black]Hi ,every one I am a beginer.I want to set the back color of label which is selected through dropdownlist items at runtime after clicking the button but I am unable to do it. Any one can help me out please. Thank you. [/COLOR] | |
I used notepad to create VB.NET code exactly as it is in a book, then saved the file as TestWeb.aspx into C:\ASP.NET\TestWeb directory. When I type [URL]http://localhost/ASP.NET/TestWeb/TestWeb.aspx[/URL], I get message below: [B]Server Error in '/' Application. [/B] [B][I]The resource cannot be found.[/I] [/B] [B]Description: [/B]HTTP 404. The resource you are … | |
Using notepad, I created VB.NET code and saved it as a file named Jack.aspx in C:\ASP.NET (the whole path to the file is C:\ASP.NET\Jack.aspx). Then I launched IE, then clicked on File, Open, Browse, C:\ASP.NET\Jack.aspx and I got the following error: The XML page cannot be displayed Cannot view XML … | |
I'm using the following code to pass data to a table in my database. The datagrid consists of a bound column and 3 template columns (2 textboxes and a chackebox). The problem is that the values of these template columns cannot be read. (i.e. in the following code, values of … | |
[COLOR=#000000]I access Visual Studio 2005 application to build my website from a remote system of the company that will host the website. I was building an asp.net website (website name is ThirdApp) following an example in a book. When I tried to run the application, following the exact steps in … | |
i m currently working on online examination using asp2.0 could u please help me | |
Hi everybody, I am facing problem in javascript. I got javascript code for desiging a input form. That code is saved as test.html file. My Doubt is: 1) How do i use in my mainpage.aspx? PLz its very urgent. Thank you all | |
I have to make an ActiveX control so tht I can use it in other applications.I referred following link [URL]http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx[/URL] Followed exactly same steps. i made a class library and referenced its dll in another webform where i m using the members of the class library through Javascript.but the members … | |
[B]I am developing a information sharing application in asp.net. I would like to open new MSWorld Document through c# coding in asp.net.[/B] [B]so I have added reference "Microsoft world 11.0", but still unable to import namespace " Microsoft.Office.World;". What can I do for solve my problem. pls help me as … | |
I am getting error when running web app which are downloaded from sites which is very similar to the error SUPERHUMAN got,that is [B]Parser Error Message: [/B]It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not … | |
How do you distinguish repeater,datalist and datagrid? | |
can we give multiline alternate text for hotspots in asp.net (vb.net) and how | |
[B]Parser Error Message: [/B]It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. [B]Source Error:[/B] Line 44: by Microsoft that offers a single logon and core profile services for … | |
Hi all, I am trying to bind a grid(in webform1.aspx) from my user control. The purpose is that, I have some cotrols in my usercontrols, and as the control's value changes, i have to rebind. So, is there any possiblity to bind the grid(which is in say webform1.aspx) from my … |
The End.