Search results for query: *

  1. M

    Question how to set domain name in web server (windows 2003)

    hello, i have a web server with windows 2003, where iis and aps.net intalled. my application is running in localhost after published. how can i set my domain name in my server. thank you .
  2. M

    Question how to Set background image in masterpage with repeat yes

    can’t Set background image in masterpage with repeat yes. The image is breaking. i want the image with 100% width and 100% height in the background <body id="Body1" runat="server" style="background-image: url('imgBackThemeHomePage.jpeg'); background-repeat: repeat;"> <form id="form1"...
  3. M

    Question how to Print a Report without Displaying in asp.net web application using ReportViewe

    hi, developing a web application using visual basic 2008. i want to print a report without diplaying / preview it. Is it possible?
  4. M

    how to retrieve data from a session table

    I developing an invoice page where user will select Product from a combo box (approx. 500 + item). I am loading product Name, Product ID, sales price in a session Table. After selecting the product, a textbox value will Sales Price. But it is taking so much time. On page load event...
  5. M

    Question how to use bengali language in web site

    i am developing a web site in asp.net and sql server database. i want the users will type in bengali language in text boxes and store the data in database.
  6. M

    Question horizontal tree view in asp dot net

    how to display data through horizontal tree view in the following way: Diagram : Z ----------------- Y X ---------- ---------- B C D E ------ ------ ------- -------...
  7. M

    Question where to host asp dot net, ms sql server and crystal report

    hello, i have developed an web application using asp dot net 3.5, ms sql server 2005 and crystal report 11. Now I like to host this application in a web server. where should i go to find a web hosting company. i tried with Small Business Web Hosting, Web Design & Domain Names - Aplus.net, but...
  8. M

    Question unknown database connector error in crystal report XI

    developing web application using visual studio and sql server 2000 and crystal report XI Release 2 and window 2003 server. when trying to create new connection in crystal report getting error message. create new connection > OLE DB (ADO) > Unknown Database Connector Error
  9. M

    Question combo box value and text in vs 2008 for windows application

    can you pls send me example i mean source code
  10. M

    Question combo box value and text in vs 2008 for windows application

    thank you so much. one more thing, is it possible to load more than two field. for example, CustomerID (col 1, ValueMember), CustomerName (Col 2,DisplayMember), CurrentBalance (col 3, DisplayMember)
  11. M

    Question combo box value and text in vs 2008 for windows application

    hi, i want to load customerID and customerName in a combo bom. ID will be invisible and name will be visible in column using visual basic 2008 for windows application. thanx
  12. M

    Question Visual studio 2008 and dot net framework 3.5

    hi, i am developing a windows application in visual basic 2008. when i will install or setup my application to clients' computers, do i have to install the dot net framework 3.5 in every single pc or i can include dot net framework 3.5 in my application.
  13. M

    Question barcode in product info RSS

    hi dear, how are you all? i have a inventory software in visual basic and sql server. there i have product info, product receive and product sales option. there i need to add a new feature in product. every pcs of product will have barcode which will be generated by my software at the time of...
Back
Top