Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

Vani Kulkarni

@Vani Kulkarni
About
Posts
23
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • asp.net
    V Vani Kulkarni

    Take a look at following links, see if that is what you are looking for: secure-an-iis-web-server-with-these-10-steps/[^] IIS Tutorial[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET csharp asp-net windows-admin help

  • treeview in asp.net
    V Vani Kulkarni

    Hello, Check the answer in this link. Treeview in ASP.Net[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET csharp asp-net com tutorial question

  • Change gridview cell back color without postback
    V Vani Kulkarni

    Hello Michele, You can use javascript to serve your purpose. Take a look at solution in following link: how-to-change-the-gridview-row-colors-in-onclick-event-in-javascript[^] Change the GridView row color on click without postback[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET help

  • Log in ASP.NET
    V Vani Kulkarni

    Take a look at following link in CP, hope it helps: User Activity Log in asp.net[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET csharp asp-net question

  • How to create a connection string in webconfig
    V Vani Kulkarni

    Take a look at following links: store-connection-string-in-web-config[^] setting-up-connection-string-in-asp-net-to-sql-server[^] For Reading connection string in code: How to : Read Connection string from Web.Config[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET database sql-server sysadmin tutorial question

  • How solve (Validation of viewstate MAC failed)?
    V Vani Kulkarni

    Try adding machinekey in webconfig. See following link for more details: Validation of viewstate MAC failed.[^] http://forums.asp.net/t/1847207.aspx/1[^] http://stackoverflow.com/questions/4693369/validation-of-viewstate-mac-failed-when-on-page-for-20-minutes[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET question com algorithms help announcement

  • New to ASP.NET
    V Vani Kulkarni

    Check following links: Articles: http://www.codefixer.com/asp-net/tutorials/[^] http://asp.net-tutorials.com/[^] Videos: www.youtube.com/watch?v=w0gpUxOArZA[^] www.youtube.com/watch?v=3Kk-yZ7VpeA[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET question csharp asp-net help

  • Max value of Rows in SQL Server 2008
    V Vani Kulkarni

    Check following link, see if it helps you : use-values-clause-to-get-the-maximum-value-from-some-columns-sql-server-t-sql.aspx[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET database sql-server sysadmin tutorial

  • unzipping file in host ?
    V Vani Kulkarni

    Check this link, How to unzip file in c#.net[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET csharp php asp-net sysadmin question

  • Sticky instructions for the Q & A answers
    V Vani Kulkarni

    This is happening with me too. A message appears "How to answer the question" when we start typing answer in Q/A section and does not disappear until answer is submitted. I also have a screenshot of the bug, let me know if I need to post it here. Following is the browser detail: Browser: IE 8, Windows 7.

    Thanks & Regards, Vani Kulkarni

    Site Bugs / Suggestions help question lounge

  • Creating Textboxes Dynamically
    V Vani Kulkarni

    Would you please explain how all textboxes have same name. The loop clearly says that every textbox created has index associated with its name. First textbox name reads "TextBoxName1", second reads "TextBoxName2" and so on. Where is the issue you are facing?

    Thanks & Regards, Vani Kulkarni

    ASP.NET database algorithms help

  • asp.net web form or asp.net mvc ??
    V Vani Kulkarni

    Look into following links and proceed with your decision. biggest-advantage-to-using-asp-net-mvc-vs-web-forms[^] Comparing Web Forms vs MVC[^] web-forms-vs-asp-net-mvc[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET asp-net csharp architecture question

  • Too much white background
    V Vani Kulkarni

    Will be helpful if there is an option to switch back to older version. Like how we have in Gmail and gradually remove the switch back option.

    Thanks & Regards, Vani Kulkarni

    Site Bugs / Suggestions

  • Scroll down in the grid view fetches next set of records without freezing the screen
    V Vani Kulkarni

    Hi Rohit, It is really surprising to see your client's requirements. However I even agree to the fact that requirements will always be wierd :-D :laugh: from a developer point of view. It is anyways a bad idea to show all the records at once. What would you do if the number of records increase to 20K or to 1 million? I would suggest you convince your client, get the paging implemented for the gridview. Another option would be, give a search functionality in the page. Based on the search criteria load the relevant records. Look at the following links, all of them suggest to use paging. Second link talks about some Telerik control, which loads records on demand by scroll. You can check it out. Loading records in the grid view while scrolling down,No Paging technique.[^] displaying-large-gridviews-efficienty-in-asp-net[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET help css wpf wcf question

  • Time slot booking application for room in hotel
    V Vani Kulkarni

    Hope you have seen the Post saying "How to Get answer to your question" in this forum. Please go through it and post any specific issue you are facing.

    Thanks & Regards, Vani Kulkarni

    ASP.NET com

  • Hi
    V Vani Kulkarni

    Hello, Its pretty simple. You just need to store the selected items in a list, then export that list to excel. Refer following link: http://www.aspdotnet-suresh.com/2011/12/export-selected-gridview-rows-to-excel.html[^] To store excel into a folder: http://stackoverflow.com/questions/10411520/export-grid-view-to-excel-and-save-excel-file-to-folder[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET css tutorial

  • Pomegranate Phone
    V Vani Kulkarni

    Fantabulous!! Loved it :thumbsup: :) :thumbsup: :)

    Thanks & Regards, Vani Kulkarni

    The Lounge c++ com architecture

  • How to user Update Progress Bar in Master page and in aspx page
    V Vani Kulkarni

    Hello Sandeep, I assume you want to create a global progress bar for your application. See if below article helps you in achieving it. create-a-global-progress-bar-for-your-aspnet-ajax-applications[^]

    Thanks & Regards, Vani Kulkarni

    ASP.NET help tutorial question announcement

  • Comment Reply Notification
    V Vani Kulkarni

    Hello, Its nice to see comment reply notification on the upper right hand side corner, just beside login name. However after marking the notification as "Read", notification still shows "1". When hover on it, an empty panel or div is displayed, which is not appealing to the user. I would like report this as a bug. Please let me know if this is not an issue.

    Thanks & Regards, Vani Kulkarni

    Site Bugs / Suggestions help

  • Small Query
    V Vani Kulkarni

    Dint know about this. Thanks for asking.

    Thanks & Regards, Vani Kulkarni

    Site Bugs / Suggestions database com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups