App_Start folder
I created an empty Web Project added an App_Start folder and placed in a BundleConfig.cs file inside it, if I put a break point; this code is never executed?So is App_Start folder really starting when...
View ArticleExiting For Loop
I need help with exiting a FOR LOOP - I need to loop the page and grab the data from only the TEXTBOXES with data and skip the empty text box. Currently my loop is entering redundant data into the...
View ArticleCustom Cursor onMouseOver
I have an ItemTemplate that I have change to a pointing finger, but I want to set a custom pointer to a Search-icon.png.I've seen how to set up a CSS like:.xlink { cursor:...
View Articleconnection string in Text File asp.net
"byval constr as string=" serever='(local)';uid='sa';pwd='sa@123';database='moh';Trusted_connection=true;"are this correct ? if not tell me what is the code correct in textfile please, and how can...
View ArticleCommandField with SqlDataSource
Hi,I realize that I can use the CommandField with SqlDataSource. So my question, can I still use this control WITHOUT SqlDataSource?example .. <asp:CommandField ButtonType ="Button" ShowEdit...
View Articledifferent ways in showing Eval value in Gridview
Hi, I am using code a. in binding controls in Gridview ,but some times I see other developers use code b. Can anyone explain the significant difference between both code Code a. ----------...
View ArticleModifying the SqlDataSource of a GridView in C# code behind...
using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace mrbeaches.Protected { public partial class WebForm1 : System.Web.UI.Page { protected void Page_Load(object sender,...
View ArticleRequest.QueryString not working
Hello there.I have a hyperlink that SHOULD open a description page,my hyperlink is below.<asp:HyperLinkID="HyperLink1"runat="server" Text='<%# Eval("title")%>'style="margin-left:...
View ArticleUsing a .js file in master page
I'm trying to use 2 different javascript links in my master page. One will show a clock up at the top of the web page (in the master page). The other one will control my ajax loading panel to show that...
View ArticleGridView Cell width to width of TextBox...
I tried a few ways to set the width of the TextBox to the width of cell[1] of the GridView but I have not figured it out yet. Does anyone know how to get the width of the TextBox to match that of the...
View ArticleBadge creating using c#.net
I want to create an online badge creating application using C#.net. The details are here1) An image which will be printed out as a badge.2) The user can write in the text area on the image whatever he...
View Articledatabind paging issue
HiI have the below code in Designview <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ss %>" SelectCommand=" select * FROM...
View Articleparameters in response redirect is not working
HiI have the below code in the master page(header), where the user click the searchbox Private Sub LinkButton1_Click(sender As Object, e As System.EventArgs) Handles LinkButton1.Click Dim ab As...
View ArticleWeb.config: applicationName - When I change it, users cannot log in.
When I do the following users can no longer log in. What have I done wrong here? There is only one application in my aspnet_applications and users are all associated to it.In SQL: update...
View Articleopening page in layer..and sliding pages
i want to open my login and register page in transparent layer ( like facebook images opens)...and i want to redirect to pages in sliding manner............... what should i do?
View Articlegoogle maps inside tab panel
Hi all,I have a problem with google maps inside a tab panelThis is what i show:http://www.pixelfarm.it/gmaps.pngIf I resize the browser window all go ok, I see the entire map in the viewport.How can I...
View ArticleWebforms CMS
Hi,I have created a webform website for a client and I am looking to see if a free/cheap CMS exists that I could easily integrate the website into which would allow the client to edit the content of...
View ArticleClose Window that opens with window.showModalDialog
Hi,How can I close a window that open with the java script below ?window.showModalDialog('Report.aspx', '','dialogHeight=800px;dialogWidth=800px');The Window.Close(); does not closes it, but opens one...
View Articleimage getting blocked in the email send from my asp.net server by hotmail.com
Hi, image getting blocked in the email send from my asp.net server by hotmail.com. thanks in advance.
View Articleiframe height problem
Hi,I have this css:#popup-background { position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: #000; z-index:1001; -moz-opacity: 0.4; opacity: 0.4; display: none; } #popup {...
View Article