.NET Development
.NET Development forum discussing the Microsoft languages including C#, VB.NET, ASP.NET and others. Learn various methods of problem solving unique to the .NET technologies.
Upload to another server
Hi all,
I'm a web develloper and i've been searching the internet for the solution to my problem but i havent found anything.
My problem is that my webspace is full and i want to upload files to another server with another domain.
Upl...
answer(2) view(84) status(

)
can't assign password value
I can't set value of password text box
code:
<asp:textbox textmode="password" id="txt_pwtest" runat="server" />
And you cannot assign a text value to it for example when the page loads.
txt...
answer(4) view(134) status(

)
Search and Match
I have a directory containing files.
I need to find the files whose name matches the format
141MO?-AK.
lets say the directory contains
141MO1-AK.
141MO2-AK.
141MO3-AK.
141MO4-AK.
151MO3-MI.
The result should return 4 (for the 4 matchin...
answer(5) view(957) status(

)
Linking Values!!!
Hello!!!
i'm new to his forum & to .NET
Can anybody tell me the solution for the following..
i'm having the code of data inserting (database "sqlserever")..i'm writing this code in .vb file(creating classes,so can be used i...
answer(1) view(893) status(

)
Sql Connection is closed, but not disposed or released
Using .NET Connector 1.3; When visiting the website, the code picks some strings from a MySql table, i.e. a copyright notice that is displayed in the footer. After that, I call both 'dbConnection.Close' (have also tried with 'dbConnection.D...
answer(8) view(930) status(

)
Help with code to pass variable to another page
I need to pass a variable over to another page. I have one page where users select the clothing they want and then that loads a detailed look at that project. How can I pass the field of the clothingID to the detailed page...Here is the cod...
answer(10) view(55) status(

)
web.config help
Hello friends,
please help me out in web.config file how can i use it in ASP.NET and how can i store connection strings and use it in ASP.NET file.
Thanks
answer(2) view(859) status(

)
PreRender
in the prerender, i run a dynamic javascript to check for a program.
For some reason, if i place anything in the page_load, the pre-render script is ignored.
if i comment out the code inside the page load, the script runs.
Any ideas?
answer(1) view(532) status(

)
Optional keyword in VB.Net
I wanted to know what is equal to Optional keyword of VB in C# or any other way i can accomplish this in C#
answer(2) view(174) status(

)
.NET tutorial
i am new to .net i want to learn .net
so plz give me some tutorial link so that i can
down load all the things
thanks in advance
answer(2) view(165) status(

)
answer(5) view(582) status(

)
need help with datagrid ???????
Hi all,
I am working on a project. I don抰 have any senior programmer to help. So that抯 way I am here to get help from all you senior and experience programmer.
I need to display hotel search result in datagrid.
As you can see on expedia (...
answer(2) view(645) status(

)
Any Ideas why the DataTable isn't updating right
I have a datatable that is storing the information of some products and their quantities. When I select the same product and add a couple more of it the datatable does not correctly reflect the change. If there is 1 sock in the table and I ...
answer(2) view(683) status(

)
answer(5) view(314) status(

)
Multiply DataRows?
I get an error during the build "can't multiply operands of type object."
decTotal = (objDR["Cost"] * objDR["Quantity"])
Is there any way I can multiply the two rows from my datarow?
answer(3) view(142) status(

)
Help. Webform name
How do I find out the name of the aspx file that called another webform when using the server.trafer method?
answer(2) view(523) status(

)
Checking for Checked Radio Button
Hi,
I'm still stuck on a radio button problem. I'm using a DataList to print question and four possible answers from a database. I'm assigning each of these a check box and grouping them together. I've made an Event Handler for when the S...
answer(9) view(631) status(

)
.NET Shopping Cart
Is there an easy way to set up a shopping cart? I am working on a clothing website where the users can purchase various items. How will I set up a shopping cart that will keep track of the items the user selected as well as the size and col...
answer(6) view(293) status(

)
pages calling web services
hi ...
hey i have designed a web service and i am calling the functions from the web services,
but when i am calling them , my whole page goes to refresh, i want that without refreshing
any page , i can display the values directly from t...
answer(1) view(772) status(

)
Let a variable decide which function to call
I've programmed a portal and would like to give the portal admin the possibility to create rules. I defined the triggers and the modules (containing a set of subs and/or functions) on forehand, but the admin can decide when to run a module,...
answer(3) view(773) status(

)
custom paging in datagrid??
anyone can help me to develop a custom paging based on my codes below??
or if i were to switch to using dataset since datareader do not allow default paging, how can i do it??
thanks...
Code:
using System;
using System.Co...
answer(0) view(103) status(

)
answer(2) view(323) status(

)
Paging Problem with Datagrid
hi, i 'm having problem getting my paging running in datagrid.. if i allow paging, it gives me the error "AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid with ID datagrid when AllowPaging is set to true a...
answer(9) view(904) status(

)
need help in displaying data
hi,
does anyone knows what's wrong with the codes below??? now there's an error saying that System.InvalidOperationException: The ConnectionString property has not been initialized.
please help, thanks!
Code:
<...
answer(0) view(238) status(

)
VS.Net Help Pages Won't Display
Whenever I click on a dynamic help page link withn VS.NET,
a page attempts to open but then defaults to the "Action Canceled"
error page.
Q) Is this some sort of browser settings problem?
I have not been able to figure it out...
answer(5) view(726) status(

)
Disabling checkbox on ASP.NET
Here's my question, I want to disable checkbox when I change the value on my dropdown box.
I did this on my code:
HTML CODE:
<asp:dropdownlist id="DropSearch" style="Z-INDEX: 104; LEFT: 120px; POSITION: absolute; TOP: ...
answer(3) view(655) status(

)
Error: Unable to Start Debugging on the Web Server
When I try to debug on an web application running on my desktop Web server for local testing , I always get a message with this error message:
"Unable to start debugging on the web server". My desktop is running XP Pro with VS....
answer(1) view(523) status(

)
Tip: Debugging a local web application using IIS
ASP.NET can be debugged using either aspnet_wp.exe or using the ATL Server (IIS) runtime - inetinfo.exe.
To Debug using inetinfo exe runtime you could manually attaching the debugger to the application.
1. Start application without debu...
answer(0) view(72) status(

)
how do you reference a shared folder on an intranet site
This might be more of a Java question, but I know very little about Java and it's in an asp.net (C#) app I'm working on.
We have a company intranet application where I would like to set up a link to a folder on a shared drive, but I am not...
answer(4) view(970) status(

)
lables displayed by argument
OK here goes,
I have an access table called medgiven, in that table is a field called time. Now I want to display box by whats in that field. The med is choosen from a DataGridCombo box and then that is sent to a data adapter that fils a da...
answer(4) view(376) status(

)