Search:

Type: Posts; User: vijaygpt

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. VS 2010 Re: Gzip compression working ...database record not populating

    hi guys,

    have tried various browsers and found that

    working smoothly in Google chrome
    but firefox and IE giving above problem

    Thanks n BRgds
    Vijay
  2. VS 2010 Gzip compression working ...database record not populating

    Dear all,

    I have referred below mentioned links and successfully implemented Gzip, by compressing aspx pages.

    http://jeeshenlee.wordpress.com/2010/08/01/how-to-gzip-on-asp-net-and-godaddy/...
  3. Replies
    1
    Views
    1,185

    Re: Transformation of RTF text to XSLT ...

    ,,,hi guy..


    any updated on above problem.....

    Thnks n Rgds
    Vijay
  4. Replies
    1
    Views
    1,185

    Transformation of RTF text to XSLT ...

    Hi Guys,

    I have one table containing text in rtf format. the requirment is to transform these rtf text content to normal text in XSLT --> Html. I am using below mentioned code.


    <td>Notes</td>...
  5. [Resolve]To create function to return string by accepting multiple comma sep. values

    Hi 2 all,

    Found the solution....as mentioned below...


    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go

    create FUNCTION [dbo].[Split] (@sep char(1), @s varchar(512))
  6. Re: To create function to return string by accepting multiple comma sep. values

    any update ont his...plz help me out....
  7. To create function to return string by accepting multiple comma sep. values

    Hi Guys,

    I want to create a function such tht it must accept parameters having comma separated values and result must be in string format.
    for eg.

    Master table: masTab
    tableID value
    1 ...
  8. Replies
    3
    Views
    881

    VS 2008 Re: ASp.NEt ListView problem.....

    any update on this...
  9. Replies
    3
    Views
    881

    VS 2008 ASp.NEt ListView problem.....

    hi guys,

    I m facing one problem related to asp.net listview control.
    Retrieving records in ListView work fine in Local machine, but after whn i publish files on web server, records are not...
  10. VS 2008 Re: difference between default get set in vs 2005 and vs 2008..

    Thanks for ur reply...well understood..
  11. VS 2008 difference between default get set in vs 2005 and vs 2008..

    Hi gys,

    can any1 plz describe is there any difference between below two default get set properties in vs 2005 and vs 2008..Is there functionality same?



    VS 2005 Syntax:
    private string...
  12. Replies
    5
    Views
    2,170

    Re: filter data in Mysql database

    i have not used recordset filter, but following sql command may work
    select * from <tablename> where <columname> like '%234%' OR <columnname> = '234';
  13. Replies
    1
    Views
    2,181

    database structure for real estate..

    Hi Guys,

    I want to create a database structure for real estate project. There will b option for sale/lease of residential/commercial. Can i make two tables for sale and lease or do i make one...
  14. VS 2008 Re: do website developers use free online templates ...

    Hi Gary,

    Me too website developer, now need to do best look n feel design for one of my client. m Confused whether to use online template or should i start changing design using css for front...
  15. VS 2008 do website developers use free online templates ...

    Hi guys,

    Please let me know that whether website developers company uses free online templates to create website for clients or do they create totally new websites.

    B'Rgds
    Vjay
  16. Re: select (select ..... query in MSAccess...

    By using such query i want to retrieve 2 more values. these m using for reporting purpose for retrieving 4 different values with different conditions.
  17. select (select ..... query in MSAccess...

    Hi Guys,

    Please help me out to convert query in MS Access 2003 format.Below I have mentioned SQL Server query which is working fine, but I need it in MS Access 2003 format.

    select (select...
  18. VS 2005 Re: Update query not working (msaccess)...VB.NET

    Well thnks for your reply...
    its now updating ..the problem was of two database with different path..
  19. VS 2005 Re: Update query not working (msaccess)...VB.NET

    it returns non-zero value (3), but still record is not getting updated...
  20. VS 2005 Update query not working (msaccess)...VB.NET

    Hi Guys,

    I not able to update query in MSAccess having 3 images. Also, its not showing any error.
    Awaiting ur reply.



    Dim insert As New OleDbCommand("update custphoto set...
  21. Replies
    2
    Views
    4,685

    2.0 radiobutton in datagridview

    hey guys,

    I need code for adding radiobutton in datagridview (C#.net windows form). one radiobutton per row, excluding header row... Plz provide some code snippet,..

    thanks n regards,
    v'jay
  22. Replies
    3
    Views
    3,577

    Multiple inner join in Ms Access 2003 ....

    Hi 2 all,

    Here m got stucked with multiple inner join in MS access. Please provide some example of multiple inner join in MS Access.


    thanks and Rgds
    vijay
  23. Replies
    1
    Views
    3,766

    Retrieve RowIndex on KeyDown event....

    Hi Guys,


    Please provide code snippet to retrieve rowIndex of Datagridview on keydown OR keyUp event of Datagridview in C#...

    Thnks & BRgds
    V'jay
  24. 2.0 Re: Richtextbox editor which supports formatting...

    Hi,

    I will have to code for each n every formatting, is there any readymade control available so that I can use the same.

    brgds
    V'jay
  25. 2.0 Richtextbox editor which supports formatting...

    Dear All,

    Is there any free richtextbox editor (C#.Net Windows Application) with button for formatting such as BOLD, Italic, etx , Forecolor change etc etc. Please reply at the earliest.

    Thnks...
  26. 2.0 Populating Treeview..................Plz HELP Urgently!!!

    Hi Guys,


    Here m facing problem while populating treeview from database as shown in below figure and table structure as shown..Plz provide some code shippet for populating the same.

    ...
  27. Reporting Master / Details in Crystal Reports (C#.NET)........

    Hi 2 all,


    How do I build report containing four tables, one of master entry and other three are details table. I need report as shown in attached sheet , please reply at the earliest.


    thnks...
  28. 2.0 Re: Moving image from left to rignt like marque in C#.net

    thnks dude, code working fine...............
  29. 2.0 Re: Moving image from left to rignt like marque in C#.net

    Hi,


    Can u plz provide a code snippet for it, as i m new to C#.net.

    Thnks and Regards,
    V'jay
  30. 2.0 Moving image from left to rignt like marque in C#.net

    Hi 2 all,


    I need a code snippet for moving image from left to right continuously in C#.net. Please help me out from this.


    Thanks and regards,
    V'jay
  31. 2.0 Re: Copy content of DataGridView to another DatagridView located on another form.....

    till now i am not written any code.....just reply how do i start..
  32. 2.0 Re: Copy content of DataGridView to another DatagridView located on another form.....

    It is populated manually....
  33. 2.0 Copy content of DataGridView to another DatagridView located on another form.........

    Hi 2 all,


    Here m facing problem while copying all the content of Datagridview to another datagridview located on another form..Please help me put from this, by providing some code snippet....
    ...
  34. Re: 'datalist1' does not exist in the current context

    Where to upload and wht to upload?
  35. Re: 'datalist1' does not exist in the current context

    entered runat="server' but same error, can u plz send the code for findcontrol so tht i can bind the datallist....
  36. Re: 'datalist1' does not exist in the current context

    i m able to bind gridview in this page, also didnt changed the name of the class for the page

    scriptmanager showing as
    Error 113 Element 'ScriptManager' is not a known element. This can occur if...
  37. Re: 'datalist1' does not exist in the current context

    as previously mentioned i have placed datalist in contentplaceholder, please refer below code



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="individualProduct.aspx.cs"...
  38. Re: 'datalist1' does not exist in the current context

    <td colspan="4">
    <asp:DataList ID="dtlProductMas" runat="server" Width="334px">
    <ItemTemplate>
    <table style="width: 358px">
    ...
  39. Re: 'datalist1' does not exist in the current context

    i have renamed the DataList1 as dtlProductMas both in code-behind as well named the control, but then also getting the error
    as

    Error 20 The name 'dtlProductMas' does not exist in the current...
  40. Re: 'datalist1' does not exist in the current context

    <td colspan="4">
    <asp:DataList ID="dtlProductMas" runat="server" Width="334px">
    <ItemTemplate>
    <table style="width: 358px">
    ...
Results 1 to 40 of 61
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width