all groups > dotnet general > december 2004 > threads for saturday december 11
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Global variables
Posted by Relaxin at 12/11/2004 10:54:35 PM
How can I have a variable that has been initialized and set to a value
within one source file (*.cs), and have access to that same variable in
other files of the same project?
NOTE: That singleton stuff won't work for me, I need it to work like it does
in most every other development lanaga... more >>
Method Description in IntelliSense?
Posted by Job Lot at 12/11/2004 8:43:03 PM
How can I make IntelliSense to show brief description about Methods I have
written in my Class? I am using VB.NET... more >>
works ver. 3
Posted by davep at 12/11/2004 5:29:02 PM
How do I backup all of my wordprocessor files at once to a 3.5 floppy to
load into my new ver. 8?... more >>
Creating an object depending on a value of a parameter
Posted by Chamith at 12/11/2004 4:39:35 PM
Hi all,
I have a method which takes a string parameter. It takes a type name as a
string.
Inside the method, i want to create an instance of the type which is
mentioned in the string parameter.
Please help me providing with some example code.
Thanks,
Chamith
... more >>
convert C# code to vb.net
Posted by Soon Lee at 12/11/2004 3:51:14 PM
Any one know of any quick way to convert C# code to vb.net?
WebSite : http://soonlee.agreatserver.com
... more >>
connection string for another sql server on lan
Posted by Zack at 12/11/2004 1:15:02 PM
Hi,
Have a quick question. Having a problem connecting from the IIS server
(windows 2000 sp3) which hosts the asp.net application to retrieve data from
an SQL server (windows nt 4, sql 7). The error keeps coming up SQL server
does not exist or access denied. I've checked the permission... more >>
Login using https becomes anonymous in http protocol
Posted by Rujuta Gandhi at 12/11/2004 12:23:27 PM
Hi All,
I am facing a very crucial problem. Im developing a web application
using .net studio 2005(beta).
I want my Login.aspx page to be secured(https) for encrypted login
information transfer. I modified web.config and properties of Login page
from IIS server. And now when ever ... more >>
vb.net "Name is not declared" question
Posted by ST at 12/11/2004 10:43:04 AM
Hi,
I'm new to vb.net programming, and I keep getting this error: Name
'GetQuery' is not declared. I can't figure out why?? It seems like I have
the right references/namespaces. This is my code below. Also, can someone
explain to me what the ContentHandlerImpl.vb file actually does? It's... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VB.NET Simple TextBox Problem....help.....
Posted by Aaron at 12/11/2004 10:08:53 AM
Hey There~
I am a newer in VB.NET from HK.~
i am dealing with a School Project of a Crossword Puzzle.....
But i dont know how to work with a Text validation in the Text Boxes....
The algorithm is like the following:
Read input
If input = Ans
then Print("good Go on!")
else Print("wrong ans,... more >>
Urgent: Problem with client-side insertBefore; too slow
Posted by Nicole Schenk at 12/11/2004 2:39:12 AM
Client-side problem scripting problem. I have a table of about 300 rows with
many columns. User chooses to sort on one column. Sort is very fast (I do
this by extracting the column data along with its index and then using the
array sort with). The problem is with the following code that I took fr... more >>
Loading client Excel file into a form
Posted by Ornez at 12/11/2004 2:11:01 AM
Hi,
I need to enable the IE user to upload/select a file .Then i have to
validate the data and put it in a grid/table .
Using input type=file will save it on the server where there is no need for
it .
Br
Ornez... more >>
|