hi everyone,
i am beginer to asp.net.
i am planing to host my site.
as i upload the code to the server the following error accurs.
//
This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 52: を有効にします。
Line 53: -->
Line 54: <authenticati on...
User Profile
Collapse
-
authentication mode error
-
Required asp files.
hi every one,
i am beginer to asp.net. i know C#.net now i am learning asp.net.
actually i created a website using ASp.net C# in Visual studio but i dont know what are all the files required to upload into a webhoster.
please help me out to find the required files which are neccesary to upload to my web site. -
How to read xml file into dataset
i have to edit the xml file by displating it on the datafridview..
so first i want to load the xml file into dataset.
i used
dataset.readxml (path);
but the problem is my xml file contents childnodes of same name
so the file will not be loaded since dataset cant have same table names..
pls any solutions..
thank u in advance -
Hi,
you can try this one.
you can iterate trhough all the textbox controls and u can access alle text content of those textboxes...
IEnumerator enumerator = this.Controls.G etEnumerator();
while (enumerator.Mov eNext())
{
Control control = enumerator.Curr ent as Control;
if (control is TextBox)
{
... -
how to creat dual buttons
i want to creat a control with dual buttons in C#.net. which can be used to move back or font as like in web browser. it should also contain a arrow button as in combobox to show the list. please help me to custom the combobox to add two button to it..
thanks in advance....
No activity results to display
Show More
Leave a comment: