13,153 Topics

Member Avatar for
Member Avatar for Pari13

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 …

Member Avatar for reach_yousuf
0
230
Member Avatar for deven_a76

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 …

0
39
Member Avatar for jellybeannn

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..."). "

Member Avatar for jellybeannn
0
970
Member Avatar for vt10000

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 …

Member Avatar for ious
0
535
Member Avatar for jithusdani

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...

Member Avatar for Shivashankar.C
0
96
Member Avatar for chandruswami
Member Avatar for needanswer

[CODE]&nbsp;<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" />&nbsp;<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 …

Member Avatar for needanswer
0
249
Member Avatar for Sinha's

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. …

Member Avatar for dnanetwork
0
101
Member Avatar for prasri2007
Member Avatar for visweswaran28

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.

Member Avatar for murugavel84
0
74
Member Avatar for priya.vk1

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 …

Member Avatar for samacoba
0
113
Member Avatar for jamshed ahmed

[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" …

0
51
Member Avatar for amrita86

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 …

Member Avatar for Z_KiNGPiN
0
69
Member Avatar for praki87

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

Member Avatar for MHMQassem
-1
61
Member Avatar for prathamesh_pita

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 …

Member Avatar for finito
0
78
Member Avatar for sureshrajanmca

Question 1. I am using ASP.NET master pager, in IE8 i am unable to set the Default button focus.

Member Avatar for sureshrajanmca
0
64
Member Avatar for gershom

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 …

Member Avatar for Ramesh S
0
120
Member Avatar for HPN
Member Avatar for reach_yousuf
0
40
Member Avatar for adobe71

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.

Member Avatar for ajwei810192
0
113
Member Avatar for ajwei810192

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.

0
61
Member Avatar for jamshed ahmed

[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" /> …

Member Avatar for Ramesh S
0
100
Member Avatar for add4

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.

Member Avatar for Ramesh S
0
111
Member Avatar for shithindas

where can i get good tutorials for Asp.net Using c#................ pls reply.......... thanks in advance.........

Member Avatar for Ramesh S
0
84
Member Avatar for khaled_jawaher

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 …

Member Avatar for khaled_jawaher
0
166
Member Avatar for sureshrajanmca

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.

0
48
Member Avatar for balaji_dsce2008

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

Member Avatar for dnanetwork
0
121
Member Avatar for itee

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.

Member Avatar for dnanetwork
0
48
Member Avatar for sakhi kul

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!:(

Member Avatar for nil
0
68
Member Avatar for dnanetwork

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!

Member Avatar for dnanetwork
0
100
Member Avatar for iamchamith

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 …

Member Avatar for iamchamith
0
258

The End.