13,153 Topics
| |
CREATE TABLE table2 AS SELECT * FROM databasename.table1 | |
[B]Hi[/B] I have recently installed 'VS2003'. However I am not able to create a new 'WebApplication'. I get the error [B]'Unable to create location 'C:\inetpub\wwwrooot\WebApplication1'. Access is denied.'[/B] I had locked the IIS before the installation process ( I had already installed VS2005 and my techsupport had advised me to … | |
In ASP.NET using C# or VB.NET 2005, how do you get the information from a router. Like say the routing table, router configuration, interface card infos? | |
Hello guys, I am new in asp.net. I am developing a asp.net project using c#.It has a feature that allow user to upload their files . I want to use anti-virus as scan tool while a user upload his files I also want to restrict user just to allow only … | |
Hello, I recently installed Borland Delphi 8.0 for .NET framework, and I need to compile an existing delphi project. For this, it is required that extra design packages be installed, namely some Raize Components and TurboPower Systools. In the help file of the IDE, it is stated that in order … | |
I'm having problems with just starting out my website | |
Hi, I wanted to know if it is possible to include asp.net server controls within graphic images, is it possible for me to have controls within say a rectangle with curved edges thats drawn using graphics. Thanks in advance Gopan | |
Hi everyone. New to this web forum. Just looking for some help here. I am using Microsoft Visual Web Developer 2005 Express. I am wanting to create a page of names. This page of names will need to point to a template .aspx file, and insert criteria into 3 GridView … | |
| Keywords: ASP.NET app with VS2005 running on Win2003 with IIS6, and SQL2000 on a WinXP Box I've betting the following for days... it's driving me insane: [B]Server Error in '/' Application.[/B] [B]Security Exception Description[/B]: The application attempted to perform an operation not allowed by the security policy. To grant this … |
Dear all .Netters, How do i change my intranet application culture to Japanase culture. I had done 2 things, but nothing worked. 1. In my web config, i put this script <system.web> <globalization culture="ja-JP" uiCulture="ja-JP" /> </system.web> 2. or <system.web> <globalization enableClientBasedCulture="true" /> </system.web> in my IE, i changed the … | |
unlike PHP that i need i can configure the webserve i.e apache either authomatic or manual i a can run it effectively! But i find it difficult to know what the problem is on working with ASP.Net because i can run it. I want to know all the webserver that … | |
i want to change pics automaticaly on the web page on a single imagebox....... or say at a single place.............. plz forward the source code for the same........ thanx wid regards.......... | |
[B][COLOR="black"]hello to all ,i want to attach a text file for downloading the website i am developing through asp.net......... plz help me in the coding.......... i am sending the coding as below......... on link button... Response.AppendHeader("Content-Disposition",Attachment.FileName=TextFile1.txt); Response.ContentType="Text"; Response.WriteFile("TextFile1.txt");[/COLOR][/B] | |
I have problems of designing Templates in ASP.net unlike in dream waver. But my neighbor remind me one site where I login last year it is the site of free professional asp.net templates so I Download SNIPPED it is so easier to use. But I want more rich templates can … | |
I have gridview and formview, when clicking on select(Edit) button in gridview the record will be displayed in formview. In formview i do all the operations like insert,edit,delete....Everything fine except gridview refresh problem. that is when i insert a record from formview the GRIDVIEW NOT UPDATING ROW FOR THE FIRSTTIME … | |
Hello Members I am having a problem that is i want to access the listbox from javascript(client side) that is in datalist. and also i want to validate that listbox for selection. please help me...... | |
[B]:?: how can we prevent a page from moving to back page?[/B] | |
hello friends I am using this script in my asp .net project using c#. but unable to compile it | |
Hi there, Looking for ASP.NET 2.0 web host I have the right one for you check it out [URL="http://www.thehosting-review.com/"]http://www.thehosting-review.com[/URL] [U] [/U][URL="http://www.thehosting-review.com/"][/URL] | |
[B]I am developing a time login form. [/B] [B]I want that user will be automatically logout whenever the system is Ideal. and logon when a interupt is fired. is any method in Win32 to check status og CPU.[/B] [B]I am Working on- ASP.NET(c#)2005, SqlServer2005[/B] [B]pls help me.[/B] | |
Hi Everybody i have been trying to develop a website for my company in asp.net using c# . i have a problem i login page . i am not able to connect it to my database so that i can match user name and password . plz tell me what … | |
Should I store images as binary or should I store their paths into database? Do you think which one is more advantageous? I am waiting for your suggestions.. Have a good programming :)) | |
hi , how could i able to upload multiple files into the web browser using asp.net? the task is we need to use the tree view to brose the files and inside the tree view we will choose the required files by checking on the check box and thus on … | |
[COLOR="Red"][B]how to validate a textbox( which is in edit mode) of a gridview using javascript[/B][/COLOR] | |
We have just migrated a website's files and database from a dedicated host to a shared hosting platform. We are just testing everything before it goes live. All the aspx files load fine except for 3 of them - RSS_News.aspx, RSS_Employment.aspx and RSS_Weather.aspx. For example when trying to load the … | |
While I am Downloading ,One Dialogbox will open.When user will be saving file name...that time I want to restrict user to change the file name ..I have written code below for downloading file. Dim fs As System.IO.FileStream = Nothing fs = File.Open(Server.MapPath("TextFiles/Branch/" + filenam + ".txt"), System.IO.FileMode.Open) Dim btFile(fs.Length) As … | |
Hi, I have a problem which I have failed to solve.If you have time please help.I am generating text file on button's onclick.This text file is being created on server .I want to create on the local machine (clients C:/) See below code snippets. *********************************************************************** Imports System.IO Dim sw As … | |
OleDbConnection cn = new OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\\tblImp\\db1.mdb"); cn.Open(); DataSet ds = new DataSet(); OleDbDataAdapter da = new OleDbDataAdapter("select * from tblImp", cn); da.Fill(ds, "tblImp"); tablecontrol.datasource() = ds.Tables[0]; tablecontrol.DataBind(); table is not populated with data from access database. help me plz. | |
How to populate data from access database into asp.net table control. plz help me out. waiting for quick response. thanks in advance.. |
The End.