13,153 Topics
| |
Hello All, I have problem in popup page using ajax in asp.net. I have one P1.aspx page.Onclick event of Hyperlik on P1.aspx How to Popup page P2.aspx(Which is Interface for inserting value in database) using Ajax. also how to passed parameter using querysting in hyperlink. Thanks All In advanced. Wait … | |
Hello Friends, I have created web parts for my site. I have tried to move the default ASPNETDB.MDF tables to my SQL server database 2005. But I am getting the following error --> The 'System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider' requires a database schema compatible with schema version '1'. However, the current database schema is … | |
Hi, I'm making a CMS, and I have a description TextBox which I would like to include html tags, to save to a database, but I get an error "A potentially dangerous Request.Form value was detected from the client (ctl00$adminPlaceHolder$grid$ctl02$descriptionTextBox="<b>Model No.:</b><br..."). " | |
Hi. First I'd like to mention that I've spent several days of searching all forums and reading tons of stuff on the subject. I've also spent a significant amount of time in debug mode banging my head against the screen without success in finding the solution. With that out of … | |
Hi Folks, I have made web site in ASP.NET 2.0 with ajax enabled. It is running successfully with my local host. Now I want Host it in my server machine, I Want know the procedures to upload this in server.. So please help me out... | |
how to open qtp from asp.net? Plz help.. | |
[CODE] <asp:GridView ID="GridView1" runat="server" AllowSorting="True" AutoGenerateColumns="False" DataKeyNames="id" DataSourceID="AccessDataSource1" BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical" Width="779px"> <RowStyle BackColor="#EEEEEE" ForeColor="Black" /> <asp:GridView ID="GridView1" runat="server" AllowSorting="True" AutoGenerateColumns="False" DataKeyNames="id" DataSourceID="AccessDataSource1" BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical" Width="779px"> <RowStyle BackColor="#EEEEEE" ForeColor="Black" /> [/CODE] [CODE]Protected Sub Button4_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button4.Click Dim con1 … | |
Hello Experts, I have a web application build with asp.net(c#) and SQL Server 2005. Where user can enter customer record. But my problem is that, whenever end user try to enter record from two different places at the same time, it shows an error for violation of primary key constrain. … | |
i am using access db plz tell me how to insert data from database. m using visual studio 2010. | |
Hi, I want to set word wrap in gridview. I tried with div tag, I creates horizontal scroll bar, but I am converting html to pdf, i dont how the output will look with this scroll, so that i am searching for any other possibilities. | |
Hi, I am working on vb.net.When i try to bind data got from function to dropdownlist, its getting compiled successfully.But, iam unable to view the data. CbxDisplayProject.DataSource = NewAdmin.getAllProjects() CbxDisplayProject.DataTextField = "skillname" CbxDisplayProject.DataValueField = "skillname" CbxDisplayProject.DataBind() Then i used displaymember and valuemember as, CbxDisplaySkills.DataSource = NewAdmin.getAllSkills() CbxDisplaySkills.DisplayMember = "skillname" CbxDisplaySkills.ValueMember … | |
[CODE]function Validations() { if(document.getElementById("chkHomePhone").checked==true && document.getElementById("drpPhoneList").value=="Select Phone Line") { alert("PLEASE SELECT PONE LINE.."); return false; } <cc1:Accordion ID="Accordion2" runat="server" SelectedIndex="0" TransitionDuration="300" FadeTransitions="true" style="position:absolute; top: 1417px; left: 307px; height: 136px;"> <Panes> <cc1:AccordionPane runat="server"> <Header>SINGLE PRODUCT</Header> <Content> <table bgcolor="#E4D7D1"> <tr> <td class="heading" colspan="4"> Single Product </td> </tr> <tr> <td class="text"> <asp:RadioButton ID="chkHomePhone" … | |
hi i am calling a javascript function from code behind page (aspx.cs) Javascript is called from row databound event of a grid.. but now for IE6 only i am getting an exception. "Object reference not set to an instance of an object." Its ok with IE7 and IE8. Please help … | |
Can any one tell me how the chart control is used in .net framework 2.0 and it will be helpfull if you give any code | |
Hi, I have my website Developed in JSP. It is just a basic , Which only uses menu's & Database Connection to display Dynamic Data. Can i migrate this JSP code to Asp.net, is there any tool Available which will help convert it? As my website contains many pages, i … | |
Question 1. I am using ASP.NET master pager, in IE8 i am unable to set the Default button focus. | |
Hello, I have opened Visual studio 2008.And I clicked on View-->Other Windows-->Macro Explorer.Then I got a macro explorer window.I then clicked different options present in that window randomly .Now the code is not generating any color.And i am unable to copy the content of code.Even the solution explorer is not … | |
Hi I need some body's help who is experienced and help me in my Project!!!!!!!!! | |
My website contains database,which runs successfully in visual studio 2008,but when I put it in \wwwroot in IIS, database not working.PLS solve my problem. | |
Hi, I am wondering if anyone in this discussion forum uses some sort of web hosting service. Is there one that is free that supports Ajax, PHP, MySQL and ASP.NET? The one I use only supports PHP and MySQL. Anything is appreciated. | |
[CODE] <cc1:Accordion ID="Accordion2" runat="server" SelectedIndex="0" TransitionDuration="300" FadeTransitions="true" style="position:absolute; top: 1417px; left: 307px; height: 136px;"> <Panes> <cc1:AccordionPane runat="server"> <Header>SINGLE PRODUCT</Header> <Content> <table bgcolor="#E4D7D1"> <tr> <td class="heading" colspan="4"> Single Product </td> </tr> <tr> <td class="text"> <asp:RadioButton ID="chkHomePhone" runat="server" Text="Home Phone" GroupName="Category" /> </td> <td class="text"> <asp:RadioButton ID="chkInterNet" runat="server" Text="Inter Net" GroupName="Category" /> … | |
hello every one. am trying to create Image from byte array in my page. First i create the image by System.Drawing.Image then am trying to convert [CODE=C#]System.Drawing.Image[/CODE] to[CODE=C#]System.Web.UI.WebControls.Image[/CODE]. but the compiler says "Cannot convert type 'System.Drawing.Image' to 'System.Web.UI.WebControls.Image'". So any one please help me.Thxs. | |
where can i get good tutorials for Asp.net Using c#................ pls reply.......... thanks in advance......... | |
hi there, i am still facing the same problem with runtime error object canÂșt be found when trying to access ms access database remotely.i made the database in the wwwroot folder and give authority read write ,....the code is in the client side i am accessing a server that has … | |
In trusted connection. The below error Ocuur Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. the Original Application is in my sys, when i run this ,its work fine. when some one acces this application using my SystemIP the above error occurs. | |
I am working on a project i need to know hoe i can i insert flash media files on a asp.net page and play when clicked | |
i have made a bulleted list that retrieves its items from a database dynamically. i want to convert these items into a hyperlink such that each link is for a seperate page. and also i dont want these as linked button. please help. | |
hi , I want to ajaxify my asp.net pages by using jQuery. I have downloaded ajaxify.js files and jQuey files also. but how to select contentplaceholder using jQuery? help me out!:( | |
How to Find a Control in Listview on ItemDataBound Event? well i know it's easy to do it.. but how will you find my div which is kept runat= "server" in my Listview's ItemDataBound Event.. and i want witout using javascript? thanks in advance! | |
hi friends, i am new for asp with ajax... when i use ajax controls in my asp page like ScriptManager || UpdatePanel , there is a error message show,that asp components are not recognized...Then I search in google for get help,They told me set [B]ajaxcontroltoolkit[/B] in my web application... I … |
The End.