Populates GridView2 based on selected row from GridView1
Greetings! Help with gridviews. I have 2 gridview on my page: on GridView1 I have a column with select link, Id and Name which looks like this:Select | Id | Name select | 101 | Jack select | 102 |...
View ArticleHow to Add Dynamic Html Table Add Static Table Rows
I Have <table cellpadding="0" cellspacing="0" border="1" style="width: 500px;" id="TbtElevatorGrp" runat="server"></table>.aspx page Code .vb Dim TblElvGrpDataHead As New HtmlTabletrGrpData...
View ArticleBackground change selected item in menu control
hi,I have a menu in masterpage. i want When I click on one of the items of the menu, (in new page) background of those item could change. What should I do?thanks
View ArticleHow to data of many textboxes?
I have 5 textboxes so please anyone tell me how store this temporary data before saving in database. Use forearch textbox control to write in session is good way? Thank in advance
View Articlereplace error
Hi in sample.aspx, I have the below code,I want to replace blank with "-" and replace with / to "-" <% dim sp as string%> <% sp = Replace(Eval("Name"), " ", "-")%> <% sp =...
View ArticleAJAX CollapsiblePanel control help needed?
I am using an AJAX CollapsiblePanel control but there are some problems?Basically, the panel hides when i click the arrows but doesnt open when I click the arrows again - why is it doing that?<%@...
View ArticleHow add image in html (code behind)
I'm making newsletter form I want to put the image and it to appear in the e-mails....i trymsgMessage += "<tr><td><img src='http://MYSITE/LogoImg.png'></td></tr>";but...
View Articlehow to create simply search engine?
How can I create my own simply search engine?? In Site.Master I have search form:<asp:TextBox ID="Phrase" runat="server"></asp:TextBox><asp:LinkButton ID="LinkButton1" runat="server"...
View ArticleHow to display custom error message from SQL server
I need some help displaying a message form SQL server 2008R to my web application on button click. I am using Visual Studio 2010 and using vb for the web application. My stored procedure is: ALTER...
View ArticleTrying to find the right tool to use
Hello, I would like to have results from my bd displayed in a file hieachy formt. I have included a screen show to show what I am talking about. And posibly beside each entry, there could be an edit...
View ArticleNeed regular Expression
Hello All, I want to have validation for username when ever he enters aprostrophe then it should error message saying invalida character
View ArticleHow to create vertical tabbed menu in asp.net using multiview
i want to create vertical tabbed menu in asp.net using multiview and css . please help me
View ArticleSearch Query based on Multiple Options
Hi,Cany anyone please provide me the search query based on Multiple options such as RegionID, CityID, CityName etc., I am using asp.net/C# Ver 4.0.thanks
View ArticleEntityDataSource add parameter and paging
I have ListView with paging and EntityDataSource. ListView should show all items from database but If in url we have for example phrase 'cat' it should show only items with phrase 'cat' in Title so I...
View ArticleHow to access register user wizard elements
<asp:CreateUserWizard runat="server" ID="RegisterUser" ViewStateMode="Disabled" OnCreatedUser="RegisterUser_CreatedUser"><LayoutTemplate><asp:PlaceHolder runat="server"...
View ArticleHide parameters from URL
Hello, I am calling page2.aspx from page1.aspx and I pass to Page2.aspx 2 parameters. I would like to hide those parameters from the user I mean instead of...
View ArticleHow To Apply numeric digit Limit in Regular Expression in with C# Asp.Net
Hello All,I have a TextBox. In this TextBox I need that I should be able to enter only numeric value (with decimal OR with out Decimal).If Decimal is there then maximum limit 5 before decimal Point...
View Articlehow to insert image and retrive that image and download that same image
how to insert image and retrive that image and download that same image using c#
View Articlehelp
i wrote small .net app to detect mobile users,if the mobile browsers is Android then i show button to go to google play to download our App.as well as if user is iphone then i show button to go App...
View ArticleFor Loop in Oracle create statement for C# Asp.Net
Hi,I am craete a web based application in ASP.Net using C#, I want to use for loop in Oracle create statment on button click event,The original for loop is as below which I need to use in create...
View Article