CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jay patel

Search: Search took 0.23 seconds.

  1. Replies
    0
    Views
    2,082

    How could i call method in Asp.net

    Can anyone tell me that how could i call navigation method as shown in below C#.Net code.



    namespace valveautomation
    {
    public partial class data1 : System.Web.UI.Page
    {
    ...
  2. converting bits sequence into binary or string

    I have stored six different bits into my SQL Server database and now I want to combine that all into ASCII or otherwise in string to send on serial port. so, how could I?

    my 6 different bits...
  3. Replies
    3
    Views
    7,191

    Re: selecting data of same date and time..

    I have stored few sequences on same date and time with frequency. so I want to first check whether today's date match in database so, I want to select all rows with today's date and then from that I...
  4. Replies
    1
    Views
    5,884

    Sending binary sequence to serial port

    Hello
    I want to send sequence of binary series to serial port which stored in database in string format.
    Can any one suggest me that how could I?
  5. Replies
    3
    Views
    7,191

    selecting data of same date and time..

    Hello

    I have design one GUI and storing data of that in database with date and time.

    i am taking few sequence from the user for any single date and time. and storing that into database.

    now...
  6. Replies
    2
    Views
    2,246

    storing checkbox rsponse in bit and binary

    Hello

    I have created one page in C#.net and there I have kept 6 different checkboxes to select option and then I want to convert this response into binary and want to store in binary format to...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured