Search:

Type: Posts; User: karthikeyan

Page 1 of 13 1 2 3 4

Search: Search took 0.25 seconds.

  1. Replies
    4
    Views
    1,686

    VS 2012 creating layout using css

    Hi,

    I need to create below layout using Div's. i should not use table to create this. also i need to do this with css and i have to use % for width and height. Any sample code please. on the...
  2. VS 2010 Re: How to load state of checkboxlist in database asp.net?

    Here is the way to achieve




    CheckBoxList1.Items.FindByValue(yourvalue).Selected = true;
  3. VS 2010 Control to Fill the box with two colors based on the % of data

    Hi

    I am working in asp.net 4.0(VS2010)

    I have two values 1. Maximum Amount 2. Reached Amount

    I have to show a box with two colors(Dark Green and Light Green) and based on the % of reached...
  4. VS 2010 Need Help on removing the Space between td's

    Hi,

    I am trying to achieve freezing the first column not to be scrollable horizontally and i am able to achieve but having two gridview inside a table with two td's. The problem what i ma facing...
  5. Re: How to reduce the Space between Gridview and scroll bar

    By setting width i am able to achieve. thanks for the help Gentle Man!!!
  6. Replies
    0
    Views
    1,129

    VS 2010 Need Help On Gridview Scroll

    91 Points
    439 Posts
    Need Help On Gridview Scroll
    a few seconds ago|LINK

    I am trying to achieve freezing the gridview 1st column not to be scrollable horizondally. I refer the following article...
  7. Re: How to reduce the Space between Gridview and scroll bar

    Hi Smitty,

    Thanks fore the reply. how can i set width for the gridview because i have to display 50 records per page. in that case how can i set the width of the gridview so that it can adjust...
  8. How to reduce the Space between Gridview and scroll bar

    Hi,


    I have Gridview inside div and i achieved the gridview scroll with the help of div. but i am struggling with reducing the space between gridview and scroll bar. below is my code and screen...
  9. Re: SQLSERVER 2008 : Rows into Comma seperated values

    Hi Tyson,

    Thanks for your response. Below is the final perfect solution.




    declare @year int = 2013,
    @week int = 27
  10. Re: SQLSERVER 2008 : Rows into Comma seperated values

    Also, your example shows reading csv files. I am looking for converting my query output into comma separated values.
  11. Re: SQLSERVER 2008 : Rows into Comma seperated values

    Hi Rhino,

    I tried many examples but I failed. even I tried with stuff and xml path. can u help me in this.
  12. SQLSERVER 2008 : Rows into Comma seperated values

    Can any one help to make the below query result as comma separated






    declare @year int = 2013,
    @week int = 27
  13. Replies
    1
    Views
    648

    parent window close

    Hi,

    I have one webform and two popups.i am opening 1st popup using window.open method from my webform and it is working fine. then i am opening 2nd popup as showmadaldialog from 1st popup.

    my...
  14. Replies
    1
    Views
    1,028

    showModalDialog issue on opening popup

    Hi,

    i have two webforms (webform1, webform2). webform 1 has one asp button and webform2 has one aspbutton control. My requirement is i need to show webform as modal dialog when i click on...
  15. Replies
    2
    Views
    613

    VS 2005 help needed in gridview cel click

    Hi,

    I have gridview and i am binding data from database. i have a doubt in cell click event. please find the doubt ib the below words.

    i have following column in my grid : stock name, price,...
  16. Replies
    6
    Views
    2,132

    Re: open popup with out page refresh

    Hi Gary,

    Thanks for the attention, i need he popup before post back to the server, because my popup will have button named "Proceed". if the user hitsthe proceed button then the popup will have...
  17. Replies
    2
    Views
    2,860

    ajax modal popup from code behind

    Hi am working in VS2005 and Ajax toolkit. follwoing is my requirement.

    i have two pages nad in my first page if i press submit the page it should show modal popup of my second page. also i need to...
  18. Replies
    6
    Views
    2,132

    open popup with out page refresh

    Hi,

    I am tring to open a pop up window by clicking on button from Code behind. following is my code.


    C# code :
  19. Reg - New data cannot be displayed because of Cache

    Hi,

    There are asp files already running on (Production server)the windows 2000 iis webserver. Recently we had done changes and we deployed the changes on the production server. when we try to...
  20. Re: pass control as parameter to javascript function

    thanks a lot guys
  21. Replies
    5
    Views
    758

    Re: Help needed in shortening the URL

    thanks gary
  22. Replies
    5
    Views
    758

    Re: Help needed in shortening the URL

    Hi gary, i am using vs2005. Is it possible to do ?please help me in this
  23. Replies
    5
    Views
    758

    Help needed in shortening the URL

    Hi,

    I have the url as like follows.

    http://P2p.com/toolsinfo/orderservprod/travelpoint/articles/fpb_C128411.do

    It is aspx page. Is it possible to shorten the URL as follows :
    ...
  24. Re: pass control as parameter to javascript function

    Calling code.



    function validateForm(form)
    { //This is the name of the function
    validate(form.companyRefer);
    }
  25. pass control as parameter to javascript function

    Hi, There are some html text controls in my form.I want to do the special character validation for the textboxes.

    I want to write a common javascript function and pass the control name as...
  26. Replies
    1
    Views
    1,873

    Crawling URL in Asp.net

    Hi,

    The following Link shows using the GSA Crawl feature.
    http://code.google.com/apis/searchappliance/documentation/62/gdata/acapi_cs.html#Introduction.

    So Before going to try this i would...
  27. Re: Recommendations for Abstract class vs interfaces

    Thanks Gary
  28. Recommendations for Abstract class vs interfaces

    Hi,

    From the following URL i got some doubts about the Recommendations for using Abstract class vs interfaces

    http://msdn.microsoft.com/en-us/library/scsyfw1d(v=vs.71).aspx


    1. If you...
  29. Replies
    4
    Views
    670

    Re: RSS Feed Injection

    Thanks Gary!!!!
  30. Replies
    4
    Views
    670

    RSS Feed Injection

    Hi,

    I want to display the world's top 100 IT giants list up-to-date on my webapge. from where can i get the informaiton? Is it possible to get the RSS feed for this? please share the informaiton....
  31. Replies
    4
    Views
    4,568

    Re: Clear all data in a panel

    Hi Dude

    there are two ways to do.

    1. Using Postback mechanism. write a code under checkchanged event of RadioButton. following are the sample.




    protected void...
  32. Replies
    3
    Views
    856

    VS 2008 Re: Export to excel Version Issue

    thank you guys for your knowledge sharing
  33. Replies
    3
    Views
    856

    VS 2008 Export to excel Version Issue

    Hi,

    I am going to develop a windows application tool. the tool will be developed on VS2008. i have the functionality of exporting the data to excel. So in my machine i have office 2003. so i am...
  34. Replies
    9
    Views
    1,014

    Re: Need help on updating the dataset

    Hi Gary,

    It is working great. It hasn't taken log time running process. just looking for validation that i am doing makes sense.
  35. Replies
    9
    Views
    1,014

    Re: Need help on updating the dataset

    Hi Gary,

    correct. it its workign for me.
    it has around 1000 rows.
  36. Replies
    9
    Views
    1,014

    Re: Need help on updating the dataset

    Hi Gary,

    I have two connection string which points out the respective server.
    the following are the model which i have followed for my requirement.




    string strConnection =...
  37. Replies
    9
    Views
    1,014

    Re: Need help on updating the dataset

    Gary,

    i am sorry i will have to do with coding. I am done with sql bulk copy class. please let me knw your comments on this .
  38. Replies
    9
    Views
    1,014

    Need help on updating the dataset

    hi,

    i have a following scenario.

    i have two sqlservers(production and Test).

    1. i will use the "select prodName,prodDetail,prodVersion from ProdTable" query to get the data and wanted to...
  39. Replies
    3
    Views
    1,054

    Re: help needed to get the email count

    Hi Gary,

    It is my company mail server. what i want to do is i have some distribution list which holds many mail id's. So want to prepare the report in grid.

    The follwoing are the reports :
    ...
  40. Replies
    3
    Views
    1,054

    help needed to get the email count

    hi,

    i have to listen my mail server for every 30 min. i have a distribution list and i want to count number of email comes for that distribution list and no of replies goes from the outlook for...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width