Search results for query: *

  • Users: Ronak
  • Order by date
  1. Ronak

    Javascript in ASP.NET

    Hello, But there is no attribute named on 'onChange'. 'OnSelectedIndexChanged' is there. What to do? Thanks for repley....
  2. Ronak

    Javascript in ASP.NET

    Hello, How can I use javascript in OnSelectedIndexChanged Event.. I tried lots but it gives me error Thanks
  3. Ronak

    Tiling in vb.net

    Hi, I have a project in which i have to lay down floor tiles on floor. I have used TextureBrush but it gives only 2D. I want lay down tiles In 3D. Means when tiles go far, it should become tiny. Means tiles should be looked original. Is it possible in vb.net?:confused: Can anybody help me...
  4. Ronak

    Save graphic as jpg

    Thanks jmcilhinney Now its work
  5. Ronak

    Save graphic as jpg

    Hello I have made a project on graphic. I want to save graphics ,which is created in picturebox. I can save image of picturebox as jpg but cant save graphic as jpg Any help...
  6. Ronak

    Error in oledb query

    Thank u John.
  7. Ronak

    Error in oledb query

    Hello, I cldn't understand what u wnat to say. If i use such query then it will give me error!! Thanks for reply
  8. Ronak

    A link in datagrid

    First add this line inside ur datagrid columns tag <asp:ButtonColumn Text="Edit" HeaderText="Edit" CommandName="edit" /> then add this script Sub EditCat_Handle(sender as Object, e As DataGridCommandEventArgs) If (e.CommandName="edit") then dim strURLRedirect...
  9. Ronak

    Error in oledb query

    Hello, I have used this sql statment Dim Stxt_qty As String = "Select sId,sQty,sDate,sTime from SStock where (sModel ='" & ScmbModel.Text & "') and (sThing='" & ScmbThing.Text & "') and (sSupplier='" & ScmbSupp.Text & "') and (sDate=#" & StxtDate.Value.ToShortDateString & "#)" It works fine...
  10. Ronak

    Error in oledb query

    Hello, I have used this sql statment Dim Stxt_qty As String = "Select sId,sQty,sDate,sTime from SStock where (sModel ='" & ScmbModel.Text & "') and (sThing='" & ScmbThing.Text & "') and (sSupplier='" & ScmbSupp.Text & "') and (sDate=#" & StxtDate.Value.ToShortDateString & "#)" It works...
  11. Ronak

    Flash Callfunction() help....

    Hello, This is my first post to this forum and also first step use of flash in vb.net. I have tried to use callfunction in vb.net to call function in my flash file, But it does not work. Another method like TGotoframe, TGoTolabel works good any Suggestion.. waiting.. Thanks:D
Back
Top