Search results for query: *

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

    displaying date in asp.net

    i want to display date column in a datagrid in the format dd/mm/yy using sqlserver2000
  2. S

    Trying to add Treeview Control

    hii i want to work with treeview control in my asp.net application can any one guide me its very urgent thanks
  3. S

    qry in storing values

    hii i am trying to store items and their values in the backend but if i enter item and the corresponding value as 0 and 0(ie zero),then also it is getting added i dont what to add zero or multiples of zero thanks
  4. S

    qry in date/time column

    i am selecting date from a calendar control and i am displaying the date in a textbox and also i am appending date along with time so in my textbox control ,both date and time is displayed now i am trying to store that value in the database MSAccess. and i created one column in MSaccess data...
  5. S

    qry in retrieving column from Access

    hello i am trying to retrieve one table from MS Access,in which there are many columns. One of the column datatype is nvarchar and the data in that column is " HYD'BAD". generally in command string , we ll read text as '" & aaa & "' (aaa is the data ,which is declared as varchar) but when...
  6. S

    copying files from one database to another database

    i am trying to copy foxpro tables or files to sqlserver and i want to do it using .net program instead of using import /Export option available in SQL server thanks
  7. S

    qry in conn to oracle from ASP.NET

    hii i am trying to connect to oracle from asp.net, but an error is displayed as "TSN Protocol Adapter Error" but the connection is working fine with vb.net any permissions needed to connect to oracle from asp.net thanks
  8. S

    qry in datagrid

    i want a code to check whether the column in a datagrid is null or not if there is a value ,just display it in as datagrid if the value os null or 0 or what ever may be just disable the datagrid thanks
  9. S

    qry in datagrid

    hii in asp.net i am trying to retrieve one column from the backend in a datagrid now my query is if no data is available in that particular column then the datagrid should be invisible thanks
  10. S

    calendar control

    hii if i select a date using calendar control i want to display its starting and ending dates ie if i select 11-12-05 from calendar control in asp.net i want to display 01-12-05 and 31-12-05 in 2 different controls (say 2 textboxes) thanks
  11. S

    qry in calendar control

    hii in my form i placed one calendar control(is web control) suppose i selected sysdate from the calendar control now i want to subtract the current date or sysdate and i want to store the subtracted date starting day and ending day for adding dates using calendar control, we use...
  12. S

    installing web set up in sys in which .net is not installed

    i want to deploy my application and copy in another system in which .net is not installed like in vb.net , is it sufficient if i install .netfw in the second system and run my application . or do i need any extra components thnks
  13. S

    Deployment problem

    in asp.net bofore deploying, we can test our application in IIS by selecting the property "Directory Browsing" but after deploying if we install the websetup project in my project,while installing the path chosen is Virtual Directory but if i try to browse that web setup project then its not...
  14. S

    qry in sharing my project over LAN

    i did a project in asp.net and in my system now i want to keep that project in the server and i want to browse that project in all the other system connected in the LAN i just want to know the procedure thanks
  15. S

    Deployment in asp.net

    hello i want to know the steps involved in deployment in asp.net when i am trying to deploy in either vb.net or asp.net an error is displayed as "1706 error " so i want to know exactly where the error is thanks
  16. S

    qry in updating a pwd encrypted column

    i am using back end as oracle now i am generating encrypted password for a particular user ids if i use the following code as MSACCESS as back end then it is working fine but if i am working oracle as back end then its not working first u need to import following imports system.data.oledb...
  17. S

    deployment in asp.net

    i simply want to know the steps involved in asp.net deployment. thanks
  18. S

    tsn error while conn to oracle from asp.net

    is oracle 8i is connected in windows XP? because when i am trying to connect from .net an error is displayed as "tsn adapter error"
  19. S

    qry in connecting to oracle

    i installed oracle 8i in my system its succesfully installed when i am tring to retrive the data from asp.net then an error is thrown and the error is "TSN protocol adapter error" is this the error with the oracle or with the .net thank u
  20. S

    trying to close webform page

    in vb.net we use me.close() to close the window. in asp.net how do we close webform any suggestions thanks
Back
Top