Search results for query: *

  • Users: stricknyn
  • Content: Threads
  • Order by date
  1. S

    Understanding generic types

    Hi all, I'm studying for one of the exams towards the MSPD EAD 3.5 certification. One question that I've been getting wrong on the practice test is: Which of the following are examples of built-in generic types? (Choose all that apply). A. Nullable B. Boolean C. EventHandler D...
  2. S

    VS2005 and VS2008 on same machine

    Hi all, I have VS2005 and VS2008 on same machine at work. When I create a solution in either version then try to open that solution I get the following error: the selected file is not a valid visual studio solution file I did some google searches on this and found that it has somthing to do...
  3. S

    WPF app vs WinForms App

    Hi all, Hope this isn't a dumb question. I'm currently studying for one of Microsoft's MCPD 3.5 certifications (VB 2008) and one of the things it makes use of is WPF applications. Based on what I've seen of them so far, they are basically like Windows Forms Applications. So my question about...
  4. S

    Datalist paging

    Hi all, Just want to make sure what I've been reading is correct. There is paging on a asp.net gridview but not a asp.net datalist? If this is true, this seems really odd considering datalists are used on alot of eccommerce sites. Many places I've looked I see people implementing custom...
  5. S

    Alphabet/number images for anti-spam verification

    Hi all, I'm writing my own anti-spam class for my website where users will have to type what they see in terms of the alphanumeric images that will be displayed. Just looking to see if anyone knows a site where I can find some alphabet and number images for free. Did some google searches but...
  6. S

    Where is the zip file being stored?

    Hi all, I'm sdudying for the Microsoft Exam 70-536 and I'm working through some examples in the self paced book. In looking at the following code example and trying to figure out the GZipStream class I do not see where the data.zip file is being saved. Is there some default path this goes...
Back
Top