Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aspnetvbnetnerd
  • Content: Threads
  • Order by date
  1. aspnetvbnetnerd

    FOR XML EXPLICIT, Error

    I have a problem when creating an xml file. It works when I remove the order by statement and it works when set it to for xml auto If anyone could please help me with this I would personally fly my way to your country and give you a big hug. :-) I have been google and trying out a hundred...
  2. aspnetvbnetnerd

    Problems with querystring with # or +

    I have a problem sending querystring in javascript using # or + I asp when using # or + sign the you use Server.UrlEncode ace.asp?competence=<% =Server.UrlEncode("C#+sql server 2005+C++")%> and when I want to retrieve the querystring competence it will show "C#+sql server 2005+C++" If I want...
  3. aspnetvbnetnerd

    Problem sending QueryString with +

    I am sending querystring with competens using + sign, when I want to retreive the the querystring "competence" the value is totaly wrong <html> <head> </head> <Body> <%=Request.QueryString("Competence") %><br /> <%=Server.UrlEncode(Request.QueryString("Competence"))%> <form...
  4. aspnetvbnetnerd

    DataReader vs DataTable vs DataSet

    I have a class works with the database. I almost always I return DataReader, but what is the best way to return DataTable, DataSet Or DataReader or maybe something else. George
  5. aspnetvbnetnerd

    Reporting services permission issue

    I have a problem that when I connect to the SQL Server Reporting Services through the website, the content tab is not displayed. Does anyone know why the content and properties tab is not displayed. I have everyone to the ReportManager folder with full rights. I member of administrators...
  6. aspnetvbnetnerd

    SQL Server Reporting Services

    I have a problem that when I connect to the SQL Server Reporting Services through the website, the content tab is not displayed. Does anyone know why the content and properties tab is not displayed. A link on how my problem is www40.brinkster.com/aspvbnerd/reporting%20service.jpg Any help...
  7. aspnetvbnetnerd

    DataReader ExecuteReader Sql Connection problem

    Is it possible for me to execute multiple stored procedure and returning SqlDataReader without having to open a connection to the database. What I understand I have to open a connection to the database every time I want to executure a stored procedure. I'm I correct with this? Private...
  8. aspnetvbnetnerd

    Okay to naming database with dots

    Is it okay to naming database with dots. Like Retail.Dev.Solution or is it bad to naming database with dots?
  9. aspnetvbnetnerd

    Designing question keep the form clean.

    Ok, I have question I have been thinking about for a few weeks and if it is possible. Let's say I have a menu like Outlook, 5 different menu. I have a form and in that form and I have added a splitter menu One splitter menu on the left (splitter_1) and one on the right (splitter_2). On the left...
  10. aspnetvbnetnerd

    Creating corners

    Simple question, but harder to answer, I think. How kan can I create corners like this picture I have found in an application?
  11. aspnetvbnetnerd

    FreeFile

    Does anyone know if FreeFile work with VbScript Or is it me? 'Objects Dim ObjFso Dim ObjExel Dim parFilesFromFolderPath Dim File Dim Line Dim TextStream Dim Arr Dim RowIndex Dim FileName Dim oBook Dim FileNr Dim sFileInput...
  12. aspnetvbnetnerd

    Howto ducument your app

    I can't find a forum where I should post. I have to document my application that is written in VB.NET, C#. Is there anyone that has any good experience with this or any link that I can read on or something else. George
  13. aspnetvbnetnerd

    Get Security ID

    How can I get Security ID from the current logged on user?
  14. aspnetvbnetnerd

    Get settings for Windows XP Style (Windows and buttons)

    Is there any possibility to get what the user has set for XP Style in Control panel --> Display --> Appearance -- Windows XP Style (Windows and buttons)? I kneed to get informatatio what they have choosen. If they have Windows Classic Style or Windows XP Style

Part and Inventory Search

Back
Top