13,153 Topics
![]() | |
Hi guys, let me get to the point: I want have a button that when clicked allows the user to browse to any folder in any location whether it is a flash or the c-drive. Depending on the location and folder selected the user must see all image files in … | |
hi, i have a class handler and a class health monitor. i have 2 instanses of the handler class as primary and secondary. in the start of the appliacation the primary and th secondary handler is set. what i want to do is once the primary is set up every … | |
I am currently using a datalist to update the database with a textbox control. The problem is that when I am pressing "Edit" and entering values in the textbox and when trying to update the database, the database is not getting updated with the entered value. Could someone please let … | |
![]() | Hello all, First, if I may, a comment. This is my first post. I have been a member of another forum and found that users are treated with little respect... assumptions are made, stupid questions are not allowed patience, etc. I work for a large IT corporation (if I told … |
ASP.Net master page and content page I have a login screen in the content page ,Aftre login the values should go to the Master page on the Label. please give some solution | |
I installed my application asp.net 4.0 with Server machine, but I get this error when loading the file. I gave all the IIS permissions, but not changing anything. I'd appreciate if you help. Error image [http://sametkocak.com/img/hata.png] | |
I have a row of buttons in a gridview that are created dynamically. When the button in a cell is clicked, the row disappears. Not sure why. Does anyone have a solution to this? Here is my code: Protected Sub GridView2_RowDataBound(sender As Object, e As GridViewRowEventArgs) If e.Row.RowType = DataControlRowType.DataRow … | |
Hello I am using VS 2010 while following Video tutorial for VS 2005. I thought it would be just the same thing. I am using .NET 4 framework. I suppose to see on screen product page with complete data, except this time, I do not see the data. I do … | |
I have this is my first page FirstPage.aspx protected void GridName_SelectedIndexChanged(object sender, GridViewSelectEventArgs e) { String Url = String.Empty; int index = e.NewSelectedIndex; String Name = String.Empty Name = GridName.DataKeys[index].Values["Name"].ToString() Url = "RetrieveAddress.aspx?Name= " + Name.ToString(); Response.Redirect(Url, false); Context.ApplicationInstance.CompleteRequest(); } Now, using the Name parameter from the FirstPage.aspx, How to … | |
Hello, I am following a tutorial about how to use VS 2005 ASP.NET. I wonder what .NET Framework version is that? Since I have to choose between 4.0 , 3.5 , 3.0 , and 2.0 . There might be some difference right? Which one should I choose for VS 2005 … | |
I get a few underline from this code: Value of type string cannot be converted to 'System.Web.UI.WebControls.Label' Why is it? KodeBarang = CType(Repeater1.Items(e.Item.ItemIndex).FindControl("KodeBarang"), Label).Text NamaBarang = CType(Repeater1.Items(e.Item.ItemIndex).FindControl("NamaBarang"), Label).Text | |
i figured out the problem it is that Hash function generates different hash each time for same value i.e 12345 and thats why it doesn't match during login with the one that i submitted during signup. so is there any way to make the hash stable for same value e.g. … | |
Is it possible to have a gridview set for horizontal and have the header only one time along the left side vertically? I have a gridview where the columns repeat depending on the number of items selected up to five. The details of each item will show in one vertical … | |
what is the difference b/t PHP and ASP.net php is the server side scripting language and ASP.net is i think same as php but specific to Microsoft .am i right kindly explain differenc | |
Hello, So I'm trying to make a program to auto bump my facebook posts. I have made it log in etc but there is no 'post' button on facebook, you have to press enter on the keyboard. How can I make the program press enter in the box and make … | |
Visual Web Developer 2010 how to save textbox to SQL VB.net I am new to Visual Web Developer Express I connected the SQL Created a webpage and simply added 2 textbox(s) a gridview (works) Submit button When trying the app the Submit button, The page resets, it appears to work … | |
I am trying to populate a gridview from an Access database and am running into an interesting issue. The database is populates with data, but when I do a very simple Select * From it returns an empty data message. I tried putting together a test page with only a … | |
HI, I am developing a website which needs an option to copy and just paste the embed code to share any kind of video lets say youtube or cnn news, the embed code has to be copied and it should play in front end so basically i have a list … | |
Hello there, I recently faced problem with my website www.zomedia.in. I am using sql server 2005 and asp.net 4.0 with c#. My database tables are automatically filled with some unknown html css junk codes such as (</title><style>.apyk{position:absolute;clip:rect(438px,auto,auto,438px);}</style><div c) (check http://zomedia.in/ZomediaSongs/ZomediaMp3.aspx and you can see the gridview with junk data in … | |
The scenario is, If the user has logged in for the first using his one time password it should get redirected to ResetPassword.aspx If the user is not new, then should get redirected to Main.aspx page. Should I use IsPostBack or Membership.ValidateUser? How do we usually code in c# to … | |
I am new in ASP.NET and C#... I create menu for my website using web.sitemap..I'm NOT use the ROLE.. I call that menu in master page using repeater.. I want to ask, how can I hide some sitemap menu based on user login using repeater? I have 2 type of … ![]() | |
So I have been working on something that will check if a user is online or offline. I have the login page set up adn when you loggin, it will take you to the datase that shows all the users. I have a row called "UserOnline" and I want it … | |
HI, I have a text message in a C# class file that i want to display in a web page in asp.net. from the C# class file how do i access the web page or how do i display the value in the web page. Appreciate a reply thanks | |
Hi All I Have 5 docking Zone in page1.Aspx File ..Now I drop Control window(ascx file) into Docking Zone..Those are Working Well.Now I Want refresh Particular one Ascx File on Page1.aspx and I Dont want page1.aspx refresh.I want Only particular one Ascx file Refresh Among 4 Ascx File. I Tried … ![]() | |
In a table,in first row consist of static html control (1 select control and 5 textboxes).From second row onwards i created the rows dynamically(consist of 1 select control and 5 textboxes) on click of html button.Creation is successfull.But problem arised when i wanted to attach dataset table data to html … ![]() | |
I am new to website designing & ASP.NET but knows few basic things. As a final year project i have choose to make a **Music Website**. It will sell the albums & songs developed by the organization. Yesterday I showed it to my project guide in the college. Before that … | |
I am making a Webpage in asp.net which is having three dropdown lists One for Country, Second for State & Third for City. Here's the code for dropdown list: <tr> <td class="td1"> Country: </td> <td> <asp:DropDownList ID="ddCountry" runat="server" Width="250px" onselectedindexchanged="ddCountry_SelectedIndexChanged"> <asp:ListItem>India</asp:ListItem> <asp:ListItem>UK</asp:ListItem> <asp:ListItem>USA</asp:ListItem> </asp:DropDownList><br /> <asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label> … | |
I am working on a search based or rather data retrival based project i would like to retrive same data for diffrent Keywords usibg texbox contol at front end i am currently able to retrive data using one key coloumn the command i am using is "select * from maintable … | |
hey guys, i need help. am trying to connect my report viewer to mysql database through asp.net using vb.net codes. i want to do it through codes...including the parameters, filtering and generating the report as well...tanx..anybody with help???? ![]() | |
Hi, I have Jquery Function and It is working even after normal post back. Now I want to call that function after post back of control which is in update panel. Thanks in advance. ![]() |
The End.