Pick me, pick me mthead28@hotmail.com Thanks,
mthead
Posts
-
GMail (again) -
GMATI think I am ready to go back to school and get my MBA after a 4 year break. I was wondering if anyone knows a good GMAT practice book?
-
Microsoft Data Access Application Block for .NETI think the new version supports typed dataset, but I have not tried it because for some reason we do not want to move our stuff to .NET framework 1.1.
-
Yeah.com thingHave any of you guys been getting redirected to Yeah.com when you visit www.yahoo.com. It's annoying the heck out of me and searching the web, no one seems to know why.
-
WebService and .asmx fileI could be wrong with this, but the asmx file, should be able to give you information when you go to the webservice that is hosted on the IIS. If you just open up the file, it may not work. What you would need is a WSDL file and I think you can generate it from the .NET command prompt. Hope this helps, or I can be totally off.
-
Typed Dataset default valueHi, I created a typed dataset, but the whole idea is that i want to return the XML information from it. I am using the getXML. This part works fine. What is not working is that there are times when not all the columns would be assigned, and if it is not assigned, it is not returning those tags. Is there a way to declare a default value when a new row is crated in a typed dataset. Thanks,