Verically align Gridview Column Data
Hello,I want to display data inside gridview vertically. I've only two columns to dispaly but data inside col2 doesn't fit screen size so we want to have it dispaly vertically.Any ideas!!!CheersAmit
View Articleselecting data from SQL database
HelloI have the following codeUsing conn As New SqlConnection(ConfigurationManager.ConnectionStrings("AnalyticalNewConnectionString").ConnectionString) conn.Open() Using cmd As SqlCommand =...
View ArticleHow to remove site from IIS
Hello all,I have deployed my asp.net website on IIS 7.5 using windows server 2008 R2. Its successfully deployed. But i wonder when i make some changes it does not appear in website. I even delete the...
View Articleif clause problem
if Ext No: <input name="ctl00$ContentPlaceHolder1$txtextno" type="text" id="ContentPlaceHolder1_txtextno" /> is not hod then i want other textboxes to populate with hod email for their approval...
View Articleavoid page flicker and move to JQuery
Hi, I want to move to JQuery to the same functionality and avoid page flicker everytime I click on the button. appreciate your input. thanks Bob <asp:CheckBox ID="chkSelectAll" runat="server"...
View ArticleCould not load type Error
Error 19 Could not load type 'ImportSiteContactsFromExcelfile'.
View Articleevent triggered on post back
i have a user control in which i am dynamically creating one drop down list control and some other controls i have a static button in the user control.i am attaching an function as selection index...
View Articleembedding image dynamically in page without saving to disk first?
Hello,playing with using barcodes with the following method:http://www.techrepublic.com/blog/howdoi/how-do-i-generate-barcodes-using-c/173 all works fine.However, I'm going to be making UI that needs...
View Articleasp.net 2.0 menu works in all browsers and Ipad but not in asp.net 4 as List...
Hi all,I upgraded from ASP.Net 2.0 to VS 2012 and developing a website in 4.0. I am having problems with the menu control rendered as list. It works fine on PC but on an IPad when touching level1...
View ArticleSystem.Data.SqlClient.SqlException: Procedure or function 'UpdateSHCInvoice'...
Here is my code behind for the web form:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data;...
View Articleopen dialog not showing
OpenFileDialog op = new OpenFileDialog(); op.Filter = "Excel Files (*.xls;*.xlsx;)|*.xls;*.xlsx;|" + "All Files (*.*)|*.*"; op.RestoreDirectory = true; op.FilterIndex = 2; op.Multiselect = false;...
View Articleconfigure datetime in client timezone
how to configure datetime in client timezone.I have server and application on same machine in US.But need to capture of timezone of client visiting from differernt part of asia and europe.please refer...
View ArticleHow to Direct Users to specific Page By roles?
i have tried a lot of code using membership of aspnetdbusing login control of login tab used these all code plz help me 1.if (Membership.ValidateUser(Login1.UserName, Login1.Password)) {...
View ArticleGet value from dataset !
Hi Everyone ! I have trouble with dataset, I need help ! In my SQL query only display one value last ID, How do get this value to dataset ? I used...
View ArticleGridview from a button
I have a page with a searchbox (text), search button and a dropdown. The searchbox is references via the search button and the dropdown is populated when the page loads. I also have a Gridview which I...
View ArticleConditionally Hiding Menu Items
I am using asp.net with C#. The site is on the intranet and hence the first user authentication is done at the domain level for site visitor.One verifixed, I want to show / hide menu items based on...
View ArticleURL Rewriting Conflicts With Return URL
Hi,I have an C# Web application which I use ScottGu's method (http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx) for url rewrting. The issue I am facing is...
View ArticleIs there a way to bypass doing a page load on a callback ?
Hi,i have a Devexpress grid that i do a callback as follows:javascript code:grid.Performcallback();but when the callback occurs the page_load is called.Is there way i can directly call the callback...
View Article3 Sections layout with Master Page not working properly
Hi, I hate when it comes to CSS and styling etc Please help me, the following will show up the top banner properly in 800x600 resolution as well as on 1024x768but when viewing it on Laptop (a more...
View Article