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 Mike Lewis 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
  • Order by date
  1. aspnetvbnetnerd

    FOR XML EXPLICIT, Error

    Got this to work. A star for me. :-)
  2. 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...
  3. aspnetvbnetnerd

    Problems with querystring with # or +

    It seems that it works with both using encodeURIComponent and escape Thank you very much.
  4. 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...
  5. aspnetvbnetnerd

    Problem sending QueryString with +

    Thank you this works with asp. My real problem is when using redirecting the user using javascript when using window.open How can I solve this problem using Server.UrlEncode in javascript, is the any similar function I can use?
  6. aspnetvbnetnerd

    Problem sending QueryString with +

    I did that. I did that at Line 6 and the result that I am getting is the second line.
  7. 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...
  8. 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
  9. 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...
  10. aspnetvbnetnerd

    SQL Server Reporting Services

    Thanks for the reply.
  11. 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...
  12. aspnetvbnetnerd

    DataReader ExecuteReader Sql Connection problem

    I use the datareader to create a treeview menu. This is the code that I am using. Is this better? or could I have done this better? Is it okay to do like this? 'This refresh/gets the customer treeview. 'Should be called when the treeview is changed ' Builds the menu for the treeview Dim...
  13. aspnetvbnetnerd

    DataReader ExecuteReader Sql Connection problem

    What is wrong with this design? Christiaan, please let me know what is wrong so I will learn. How would you do it?
  14. 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...
  15. aspnetvbnetnerd

    Okay to naming database with dots

    I thought the namespace of the application should match the database name.
  16. 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?
  17. aspnetvbnetnerd

    Creating corners

    Did anyone understand my question? How can I create corners like this in vb.net?
  18. aspnetvbnetnerd

    Designing question keep the form clean.

    Thanks for ther response. So it is a good way to create Usercontrol. And when a user clicks on a menu I use the code control.add(%usecontrolname%)? Is this the approach you would use?
  19. aspnetvbnetnerd

    Designing question keep the form clean.

    Can anyone help me this question?
  20. aspnetvbnetnerd

    Creating corners

    Added a wrong picture the right link is this http://www40.brinkster.com/aspvbnerd/corner.jpg It works if you open a new tab and paste the link. Could you do that please, much easier if you see the picture.

Part and Inventory Search

Back
Top