Need css styles for webgrid
Hi, I have a webgrid in my MVC project.Can anybody give me css styles for webgrid so that it looks as professional..Thank you.
View Articleregistered button id is already exists check
Hello All, i have created dynamic linkbutton and event.every time i have assigned different id .now i want check button id already regiteredthen process will not further.so how can i check that is...
View Articleuse cookie problem for shoppingcart
hi,i have the following code which adds the items to the shoppingcart by sessionbut i need to use cookies instead!! when i use cookies i get error converting cookie to shoppingcat!!Imports...
View ArticleJquery FullCalender
I want to implement jquery fullcalender in my application getting the events from the db.I have done it as follows: function calresult() { $.ajax({ type: "POST",...
View Articlevalidate zip code on a specific state
I know that ^\d{5}(-\d{4})?$ would validate US zip codes.Is there a way to extend this further to just allow zip codes for a specific state, for example allowing only zip codes that begin with "95"
View ArticleCheckboxlist selected values is invalid
i m getting error when select multiple values in checkboxlist(checboxlist has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value)string cbl = "";...
View ArticleImplementing Load GridView on ScrollDown in a UserControl
I am trying to implement this article .. Click Me in a UserControl. I downloaded the sample attached there and its working fine but i am trying to create UserControl out of it. No rows are getting...
View ArticleHow can i make the Dictionary Parameter nullable
i have a code like thispublic static Dictionary<int, List<Monitor>> AddItemsFromDatabaseToCacheObject(Dictionary<int, List<Monitor>> valueListsByKey, DateTime...
View ArticleIE 8 vs IE 9 cache ?
Hi,i'm a beginner and i work with vs 2010.We have a intranet web site unter IE 8 and IE 9.All works perfectly in some condition :) but today two users have a problem.when user on ie 8 opens the aspx...
View ArticleOCR running error
I want to convert tiff to txt file,but error is occurrichTextBox1.Text = string.Empty; MODI.Document doc1 = new MODI.Document();doc1.Create("C:\\Users\\Dhirendra\\Desktop\\file...
View ArticleGoogle Map Api
Hello ,friendsI requied the google map integrated in my web application with custmization option provide to user and single map indicating multiple location at time.........thank you in advance .....
View Articlehow to show my project with Date in line chart view
hi to all friend.i have many projects that i want show project in line chart with date create this project.i find highcharts for this work . but i have not "Y" line and i want show tooltip string...
View ArticleWebform/Crystal Reports File Output for .pdf/.xls
I have a web form page that is supposed to be able to write content of a Crystal Report out to either a pdf or excel document depending on which selection a user makes.I've got 2 problems:For both .pdf...
View ArticleHow to access website from remote pc
hi how are u. I have use asp.net 3.5 ans iis7 windows vista , i can access it from local pc such as http://localhost:854/index.html, but icant from remote pc , i have using ip address but it dose not...
View ArticleLoading GridView rows on scroll down?
I am trying to implement this article .. http://www.go4coding.com/post/2011/04/11/Auto-loading-content-on-page-scroll-in-aspnet-using-jquery.aspx I downloaded it and it was working just fine untill i...
View Article'System.Web.HttpApplicationState' does not contain a definition for 'DoEvents'
While convert .aspx pages to Image format, i am getting this Error.'System.Web.HttpApplicationState' does not contain a definition for 'DoEvents' and no extension method 'DoEvents' accepting a first...
View ArticleSplit Datasouce for 3 gridviews
Hi,I have a datasource that I would like to filter and then bind to 3 gridviews, i.e.filter the returned dataset and split into 3 for each gridview.Is this possible or do I need to create 3 different...
View ArticleAdd Language and country Code in the Url using ASP.Net Routing
Dear ALL;I need to use Url Routing for ASP.NET WebForms just like the micrsoft web Site do. You type microft.com and it redirects to microsoft/en-us/default.aspxMy application contains a lot of pages...
View ArticleHow to Convert .aspx fiels into Image and display them inThumbnail view.
I hav many .aspx pages, I need to change that to Image files and then display the converted files in Thumbnail format.How can i do that in Asp.Net...? Not in Windows Application.
View Articlerepeater and neasted repeater
i have this code here for a repeater and i need a neasted repeater inside this one to make some images to appear.but it wont work when i but the neated repeatercode:<asp:Repeater ID="Repeater1"...
View Article