13,153 Topics

Member Avatar for
Member Avatar for webdev5

Any help would be appreciated. I could supply the link to the page if you PM me. <style type="text/css"> .topmenu ul { margin:0px; border-bottom-width:0px; position:absolute; top:71px; list-style-type:none; } li { float:left; list-style-type:none; padding:0 0 1.75em 1em; background-color:#4D6712; border:solid 1px #3c510a; border-bottom-width:0px; white-space:nowrap; list-style-type:none; float:left; margin:0; padding:0; } </style> <!--[if IE]> …

0
63
Member Avatar for malashukla

hello to all when i compile my application it gives a error that is Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks/ and i dont this error occurs on which page. anyone knows bout this error plz help. thanks

Member Avatar for Lusiphur
0
67
Member Avatar for kayfar

can anyone tell me how to generate a chart using asp.net C# from database MS Access..which we do something like in Excel..

Member Avatar for jbisono
0
52
Member Avatar for deven_a76

Hello friends, We have create one report in crystal report that prints the user terms and condition. In the report, for 2 section, we have added sub-reports that displays the mutliple records for the selected terms and condition. Every thing is working on the screen i.e. records are getting displayed …

Member Avatar for ramji2381
0
139
Member Avatar for simi pillai

'/PrecompiledWeb4' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load the assembly 'App_Web_eexgwoy1'. Make sure that it is compiled before accessing …

-2
61
Member Avatar for Dhammakirty

hi i am doing one project in asp.net in which i have one link button . I have one ppt file. i have to open that ppt file in same aspx page when i click on that link button. so anybudy can help me. Thanks in Advance.

Member Avatar for hirenpatel53
0
136
Member Avatar for ranu jain

hello frnds i m new in dis community as well as in .net field. i want to 9 wat is [COLOR="Green"]POST BACK URL[/COLOR] property in link button.

Member Avatar for hirenpatel53
0
87
Member Avatar for thami

Hi, I am developing a website with 1024 by 786 resolution. My problem is that whenever I view on a 800 by 600 resolution, labels appear on top of one another. I have changed panels and label's width to percentage but nothing helps. It only works fine with resolution greater …

0
45
Member Avatar for ranu jain

hello friends i m new in dis community n in asp.nt field i want 2 9 wat is [COLOR="Green"][B][U]POST BACK[/U][/B] URL[/COLOR] in link button property

Member Avatar for localinternet
-1
144
Member Avatar for sarmadirizvi

Hi friends!! This is Sarmadi. I joined this website just a day back and till now i found it very interesting and useful for IT students. I am a computer science student. Doing BCA [Bachelor of Computer Application] along with DOEACC A level course. This is the last semester of …

Member Avatar for jasin Sharma
0
144
Member Avatar for MichaelWClark

Hello I have a Gridview that is updating and inserting information into my tables. I am using the following query to insert: [CODE] Dim InsStr = _ "IF NOT EXISTS" & _ "(SELECT [PRODUCT_NAME] FROM [PRODUCT] WHERE [PRODUCT_NAME] = '" + ProdName + "'" & _ " UNION " & …

Member Avatar for rohand
0
68
Member Avatar for klevur

Hi I am interested in linking to a specific page in a pdf file, but I have not been able to find anything online that describes this process using .asp. Is it even possible? If so, could someone post a snippet of code that would allow me to accomplish this? …

Member Avatar for Lusiphur
0
83
Member Avatar for nsameer87

Hello Every one , I am getting problem in publisihing and deploying web site actually i have published and deployed the website correctly but i m getting problem on inserting the data to database where as retrival of data from database is happening well, anyone having solution to this problem …

Member Avatar for Lusiphur
0
274
Member Avatar for farmkitty

Hi everyone and thanks for reading my post. I have a gridview that had a field called "GenericNameHepDrug" within the row. It's not the key field. I have an insert button that opens a formview in insertmode. How can I get the selected value of generichepdrug into the formview that …

0
38
Member Avatar for nishka

i need some ideas in image processing so pls reply if sme has sme innovative ideas

-2
51
Member Avatar for dougancil

I have the following code: [CODE] Private Function BuildDataTable(ByVal fileFullPath As String, ByVal seperator As Char) As DataTable Dim myTable As New DataTable("MyTable") Dim i As Integer = 0 Dim myRow As DataRow = Nothing Dim fieldValues As String() = Nothing 'string FileToRead = Server.MapPath(fileFullPath); Dim myReader As System.IO.StreamReader = …

Member Avatar for dougancil
0
109
Member Avatar for testudo_aubreii

Greetings, I have been searching to resolve this issue for a while, so I figured I would try to post this here. We have a website that uses an .ASPX file to retrieve search results from another website. We have it working in Internet Explorer 8, but it is not …

0
102
Member Avatar for nsameer87

Hello Every one , I am getting problem in publisihing and deploying web site actually i have published and deployed the website correctly but i m getting problem on inserting the data to database where as retrival of data from database is happening well, anyone having solution to this problem …

Member Avatar for Lusiphur
0
238
Member Avatar for iamchamith

hi friend, i am useing asp.net 2008... My question is.... I want insert ajax to my web form...Then i download ajax toolkit & import it to the web folder...Now all ajax compornet are in tool box avaiable...But... when i use this controls it is not appear in my web form...[when …

0
72
Member Avatar for hunfa

[CODE]public partial class Form : System.Web.UI.Page { private void connecttodb() { OracleConnection conn = new OracleConnection(); conn.ConnectionString = "User Id=WLL; Password=wll; Data Source=WLL;"; } protected void Page_Load(object sender, EventArgs e) { if(!Page.IsPostBack) { String CommandText = "Select DepartmentID,Department from its_department;"; OracleDataReader odr = GetDr(CommandText, ConnectionString); DropDownList1.DataSource = odr; DropDownList1.DataTextField ="Department"; …

Member Avatar for Lusiphur
-1
122
Member Avatar for simi pillai

Server Error in '/PrecompiledWeb4' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' …

Member Avatar for Lusiphur
-1
178
Member Avatar for ayeshakhan

how to import data from excel to sql database in temporary table and display it in grid using.net c#

Member Avatar for Lusiphur
0
49
Member Avatar for AngelicOne

I have this [CODE] <div class="registrationfield"> <div> <asp:CheckBox ID="CheckBox1" runat="server" Text="ERS" CssClass="registercb"/> <asp:Label ID="Label31" runat="server" Text="Registry No.-" AssociatedControlID="TextBox1"></asp:Label> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> </div> </div[/CODE] Then the CSS [CODE].registrationfield { float:left; width:419px; } .registercb { float:left; width:7em; } [/CODE] The registration field is beside another box so I floated it left. The …

Member Avatar for AngelicOne
0
59
Member Avatar for Weppies

Hi I have to save data in a TList and then save the setlist in a session and then set the gridview`s datasource to the session value. The problem is that the data is different all the time. I save the data in a sql server table. The data is …

0
57
Member Avatar for sakhi kul

hello everybody, I need a code to export data from Ms-access database to Ms-Excel sheet using VB.NET Thank you in advance:)

Member Avatar for hungk53c
0
176
Member Avatar for greeny_1984

Hi everyone, I have a requirement where I need to generate a pdf doc.I am using itextlibrary for that condition.I am able to generate pdf doc but alignment is not correct.The table is getting divided in to two equal parts in pdf doc for what ever width I specify.How to …

0
54
Member Avatar for readbanana

I have a column in my gridview that loads images from a database. Right now, I have the image in the column and when you have your mouse over the image, a div with a larger image pops up next to it. What I want to do is have an …

Member Avatar for peter_budo
-1
119
Member Avatar for seger
Member Avatar for nehacct
0
84
Member Avatar for simi pillai

i don't know how to set CustomErrors to Off and this is not in the sub directory.

Member Avatar for rohand
0
66
Member Avatar for simi pillai

this application contains 2 folders each of them contains webconfig files and iam using .net2005 the error shows when it runs in mozilla

Member Avatar for rohand
0
85

The End.