Search results for query: *

  • Users: ASH
  • Content: Threads
  • Order by date
  1. A

    How to get user name of user onlin

    hello, in asp.net 2.0 how I can get user name of user online and make login now ! ? regardsssss :rolleyes:
  2. A

    I can not see tables !

    hello when I am using " SqlDataSource1 " to deail with table produced by memberhip I can not !! I just see Viwe and this mean I can not use edit or insert fetures of tools of asp.net 2005 ... Why ? see attachments
  3. A

    I can not deal with Tables via SQLdataSource

    I can not deal with Tables ( made by membership calls ) via SQLdataSource tools ? I just deail with view ? how I can eadit tables via this tool ? like " aspnet_Membership " ? regards,,,
  4. A

    Trsuted in MS-SQL 2005

    I am try to connect to MS-SQL 2005 server locally and I have this error " Login failed for user 'MMMUser'. The user is not associated with a trusted SQL Server connection. my connection string is data Source=.;Database=MMMDB;User ID=MMMUser;Password=!MMM!; How I can fix this problem ?
  5. A

    Application path in VB.NET 2002 ?

    Hello, in vb.net 2003 I am write Application.StartupPath to Get Apllication path , what I can do with vb.net 2002 to get Apllication path cos this code make error in 2002 ! Regards,,,
  6. A

    Membership in ASP.NET 2.0

    Hello , I want to use Membership class with asp.net 2.0 but I want to add some information to database and During registration Like brithdate , City , country and some information not ready with these class . I want to change password policy and make it more easy than defulte. How I can...
  7. A

    Today in SQL

    Hello, I wanna to extract today by SQL . what is SQL statment for Today like " Selcet * from orders where Date = """Today""" " Regards,,,
  8. A

    How I can run video files in VB.net

    hello, I would like to add video files to my project ( for security ) and run it .. how I can do this ? is freamworkd support this or I must use another tools ?
  9. A

    Cut string???

    Hello,,, I have string ... eg " ABCEDFGHIJKL" and I would like to cut it to 4 strings "ABC" "DEF" "GHI" "JKL" How I can do this .. ? Regards :)
  10. A

    I need control for hardware analysis

    hi , I am search for advance control analysis hardware specification and ready for .net can u help me plz ?
  11. A

    Form background ?

    How I can change form background by code ?
  12. A

    VB.NET & MS-SQL Timeout

    Hi, Some times ( not all times ) when I am trying to SELECT or Update to MS-SQL server I have error massage ( see attachment ) I do not know why Time out ? my server Timeout 1200 Sec. but I see this error after less than 60 sec.
  13. A

    How I can Run External exe

    Hi, I have a lot of projects compiled ( exe ) and I would like to run it from my vb.net project Best regards,,,
  14. A

    error in breakpoints !

    Hello some times I see qeustion mark in bearkpoints and my code dose not work ! pls see attachment .
  15. A

    How I can convert text to UNICODE ?

    Hi, I try to convert text to Unicode . eg I would like to convert "a" to thire code in unicode system '93' in english ok , I can do this easy but my problem in estren languges like arabic . eg ب equal to '0638' in unicode system . how I can convert any text to unicode system ...
Back
Top