13,153 Topics
| |
Anybody with a link to where i can download asp.net video tutorials? its urgent please. | |
Which has more functionalities? ASP.NET or PHP And which is more flexible? | |
Hi , I am working for one in-house web application project with C#, ASP.NET and SQL Server 2005. But here we are facing a issue for initial loading time of that application, it takes around 20 seconds to load it first time but after that it works fine,but again after … | |
Dear friends , I wrote my own asp.net pages and I wand to upload them. Now I need a forum part. Is it possible to use open source forum in php?, or is there any good open source forum in asp.net available ? | |
Hi, how to bind dropdownlist in few seconds I have one table in msaccess database, but this table contains 2500 records. I need to bind these records to asp.net dropdown list, but its take long time to bind the datas. so pls give any new method for binding the datas … | |
It's hard to explain this but I will do my best. I am building an Intranet application which needs to authenticate users off Active Directory after identifying them through their Windows login username. Below are the series of events that need to happen: 1. User logs onto their Windows desktop … | |
I've been doing battle with some code for a while now and at it seems that the problem lies with the data im using. I have a load of binary informatin for images which is stored in a tab delimted file and im pulling them in record by record. Now … | |
I know a lot of vBulletin people view these forums, and some of the developers are Moderators here. So, the question is, would you guys ever convert over to ASP.NET? I'm not saying dump php, just run on two different systems. If you guys did, I know you would make … | |
I am using Silverlight since last 25 days and it changed the way of coding. I am embedding everything in xap which makes me little confuse. My Question: 1. To what extend we need to write the code in aspx 2. If I am developing and ASP.NET application with Silverlight … | |
im trying to create a simple form of saving an image as binary data to a db. i never done work in this area and have never played with 'byte' types Im working fro a tutorial in C and while converting i keep getting the error 'type 'byte' has no … | |
Hi frnds i download the kit from the site- [URL="http://ajaxcontroltoolkit.codeplex.c...eleaseId=16488"]http://ajaxcontroltoolkit.codeplex.c...eleaseId=16488[/URL] I download the 3rd one.. AjaxControlToolkit-Framework3.5SP1-DllOnly.zip I want to ask u that how to include ajax toolkit in VS 2005..so that when i craete new Website..It shows me ASP.Net AJAX Enabled website.. Reply With Quote | |
I have a web panel full of buttons. I want the panel to not be visible at first. But while it's invisible, I want to set certain buttons to visible/invisible and enabled/not enabled. Then, when I make the panel visible, I want my buttons to have the attributes I set … | |
Hi all, I got IIS 6 installed with ASP .NET 1.1. I wrote a simple page echoing a query parameter into an HTML page. What i have noticed is that any URL encoded character in the range %80-%FF gets removed and does not echo. So if, for example, I send … | |
Hello everyone Im doing a dummy project in asp.net. I have a table named trains with following fields: 1. Sno(Primary key, Identity Increment, integer) 2. Train_no(varchar(100)) 3. Train_name(varchar(200)) 4. Route(varchar(1000)) 5. Start(varchar(100)) 6. End(varchar(100)) For this i have created a stored Procedure in this way: [code]Create Proc [dbo].[sptrainselect] @select int, … | |
Hi, I have been developing in .Net for about 1 year with my current employer, and I'm really looking to broaden my horizons. Can anyone point me in the right direction?? I would appreciate advice on which jobboards, agencies or other ways you get jobs. Regards John | |
[I]Hi Dears![/I] I am thinking about working with remote data and receive or send data actually in external web sites. we have a large amount of examples in World Wide Web are working. For example: free online web tools like web stats OR Google's Ad Scene .... . you know … | |
I have created one login page named login.aspx. And one database named ADMIN. I have created one table named ADMIN and in that table there are two fields ADMINISTRATOR and PASSWORD. And I have put 2-3 records in it. When I click on login button, it should check in database … | |
hi ,,i m using asp.net 2005 in VB language and sqlserver 2005,,so here i m with a new problem......i have a textbox and a button in my form,,,i m using a table called as details..i want the fname from details table to be displayed in the textbox and on the … | |
Hi there. I have this piece of code that should email the details some has entered and also add the details to a table in my sql databse. It seems to correct, the email sends fine, but nothing gets added to the table in the databse. Anybody able to see … | |
This may be a simple solution but I cant seem to find it anywhere! Basically I have just added an imagebutton to My masterpage I have just realised that on my login page i type in the credentials and hit enter however this triggers the image button click event and … | |
Hello. I've coded in VB before, but I've only started mixing it with asp. I'm trying to make a scoring website for an annual school competition. I have it based on one main page, and one database. When the page loads, I have it reading all the values into the … | |
Hi Everybody I have a problem.I need to open an AutoCad File from my ASP.NET page. I am not going to work with it in my application I just need to open it. I am not sure but I think its the same way to open an Autocad File, or … | |
Hi, I am fit to be tied here. I have a page that feeds information into a new page. I have it put the information into a label. This works great. [code]<asp:Label ID="lblItems" runat="server"> <% if PreviousPage IsNot Nothing then dim SourceLabel as Label dim strMsg as string SourceLabel= PreviousPage.FindControl("lblItems") … | |
I have 1 data gridview. in that first is ID column . for that i assign a auto index number with sql server (isidentiyt). the next colomn is response id, for this column also i want autonumber id like 1,2,3,4..... . i see we cant assign to index identity with … | |
Hi, I have a button on the parent page that when I click it, a popup window appears. In the popup window the user enters a value in a text box and clicks a button to return to the parent page. The entered value in the popup window is sent … | |
Hi all I have datagridview that shows tasks to be done by user.One of gridview column shows priority of task as icon.Now i want to add tooltiptext to icon as "high priority, low priority or medium". | |
I just replaced a bunch of tables with datagrids for the purpose of easier coding. The tables are all in <div> codes so they are hidden, using CSS, until a user clicks a link. I have one <div> that is not hidden. It shows when the page is first loaded. … | |
I am using Context.User.Identity.Name to get the user that is logging into the system through the internet. Unfortunately, their credentials are not being passed to the web application. How should I setup IIS ( Integrated Authentication , Application Pool using Network Services, ???) in order that the web application receives … | |
I am attempting to figure out how to use a datagrid with checkboxes. I found some information for using an item template and the FindControl method. I am using Dreamweaver to program so I'm sure I'm not getting all the bells and whistles that VB.NET has to offer. I'm stumped … | |
[MS SQL Server 2005, Visual Studio 2005, ASP.Net 2.0(with VB.net coding) website] Hi, I have a brand table which is inter-related with many other tables. SQL generation code below. [CODE] /****** Object: Schema [Product] Script Date: 03/27/2009 10:15:22 ******/ CREATE SCHEMA [Product] AUTHORIZATION [dbo] GO /****** Object: Table [Product].[Articles] Script … |
The End.