Search results for query: *

  1. S

    Developing vb.net mobile application

    VB.net windows application: I'm new to developing mobile application. I want to develop the database driven mobile application. Most of the wap enabled devices should be able to use my application. And my phase one plan would be Send the SMS with beep as soon as my DB is updated And get the...
  2. S

    Strong type casting

    Asp.net: When I upload the code on the live server, I get errors due to the type casting. As the local server ignores the type casting errors (may be in stored procs or code), I can't trace those easily on local server. So I want to enable the strong typecasting in local server itself which...
  3. S

    Counting no. of visitors online

    Asp.net 2.0 : I have developed a page that displays the count of no. of visitors online. It works fine in the local network server but when I uploaded it on Live server, it shows me the incremented count for every visited page instead of the session start. My code in global.asax is like this...
  4. S

    Publish website

    Asp.net: With microsoft visual studio, I am not able to publish website. When I open a website and build it, it succeeds. After publishing it, it does not create any directory in the path given. The folder remains empty. What might be the reason behind it ? I have : Microsoft Visual Studio...
  5. S

    Fetch the control name in javascript

    Asp.net 2.0 : Can I fetch server control name in javascript as it can be done in asp , document.frmList.getElementById("list") Thanks.
  6. S

    Export tables along with constraints

    I am using sql server 2005 management studio to export the data. 1. Firstly,When I export the data in the table, in the destination table I find the records are shuffled. The corresponding fields values are correct. But I dont see those sorted properly on PK as it was in source table 2...
  7. S

    DB diagram in sql server

    In addition to the above: Is it connected with the compatibility lavel of the DB? (70 : Sql server 7.0 80:Sql server 2000 90: Sql server 2005.) I tried to change it for my DB (which is 80 by default ) using EXEC sp_dbcmptlevel 'Test', '90'; But I got the foll error "Valid values of database...
  8. S

    DB diagram in sql server

    My DB is created in 2005 only. Still it does not allow me to do so.
  9. S

    DB diagram in sql server

    How can i create the database diagram in MS SQL server management studio version 9.0 I don't want to use SQL server 2000 enterprise manager,as i don't have the licensed copy of it. Any soln?
  10. S

    Check box control with images

    yeah, bit confusing !! bt refer to the screenshot attached now.
  11. S

    Check box control with images

    VB.Net windows application: As I am using the image as form background, I want to keep the check box images that go along with the form design. Basically, it's mulitple choice questions application. And I am using the check box control for the same. The alignment is not proper when i use...
  12. S

    phpBB 2.0 (for blogs) with asp.net

    Can I embed/interface phpBB 2.0 (for blogs) in asp.net website ? If yes, how? How I can maintain the sessions,cookies? Thanks.
  13. S

    Datagrid,checkbox list control background

    VB.net application: How could I keep the datagrid and checkbox list control background transparent? When I use it, it takes white background. My background image/form image contains gradient effect. Regards.
  14. S

    Forms looks consistency

    Ohh yeah. sounds a good solution. Thanx.
  15. S

    Forms looks consistency

    I am using the background images in my application. And I want different labels in my application with some defined colors eg My every title in application should be of verdana 14pt Blue color, subtitile in arial 12pt Black color. In short I want to implement it silmilar to .css in web pages.How...
  16. S

    Live updates control

    Thanks for the solution.
  17. S

    Form background image

    VB.NET: I am fetching data from DB and displaying on the form. My form has the image background and to display my data I can't take the label control as it does not support the multiline property. So I've taken text box but I am not getting the background image displayed as text box does not...
  18. S

    Customized tooltip

    Thanks for the solution.
  19. S

    Customized tooltip

    I have the image button. And I want to give the tooltip as another image.
  20. S

    Customized tooltip

    Can I add customized tooltip (image/balloon) to my image button in VB.net ? Regards.
Back
Top