hello jared,
thanks for your response, but i finally gave up and installed vs2005. this solved all the problems!
i lost almost a full day of potential working time trying to get this thing working. the frustration was too much for me. however, im not very happy with this solution, im still looking for a better solution. any inputs will be welcome.
ja, sry, im talking about asp.net.
the webserver was running.i've...
User Profile
Collapse
-
How to work with iis/asp using Visual Studio 2003?
hello,
i get timeouts and "could not connect to server" errors when i try to open/create an asp project with vs. im working with xp pro and visual studio 2003, iis version 7 is up and running. i also did the iisreg thing but that doesnt fix it. im guessing there is some config file but I have searched and cant find it, i hope you guys really could help me with this -
-
thank you very much rpicilli, this is exactly what im looking for.
i tried to filter out those values by code, instead of doing this by the querystring.
i do have sql-server 05 installed on my machine, but never learned enough of this powerfull db. maybe i should read more about it!!
so yes it does help me, thanks a lot!Leave a comment:
-
OleDb is what you looking for.
http://msdn.microsoft. com/en-us/library/aa288452(VS.71) .aspxLeave a comment:
-
if this is what you looking for..
Code:FileInfo file = new FileInfo(filename); int length = (int)file.Length;
Leave a comment:
-
thanks rpicilli
this is the way ive done it, creating querys and call them from code.im working with dataset access.
what im looking for is a algorithm or some ideas to organize the querystring
scenario 1:
you know specific data about the file, the name, the size, date of creation.., do a normal query
scenario 2:
you know nothing about the file, check which boxes...Leave a comment:
-
sql search string
hello
i wrote a little c# sql client and now i need to implement the search function. i need some ideas how to do this, next to hundreds of ifs, wich was my first way to implement it. i have 8 different textboxes to search for, any ideas? -
-
dynamic space allocation problem
hello peeps,
i just startet to coding in c, and dont have a big background.
now i have a problem witch i dont understand. i hope you guys can help me out here.
the problem is malloc. i try to allocate space for a padded string.i get the lenght of the new string with strlen and then try to allocate space with that value.but this does not work.the buffer had the size of 16 instead of 8, or 24 instead of...
No activity results to display
Show More
Leave a comment: