13,936 Topics

Member Avatar for
Member Avatar for infinity4ever
Member Avatar for venu.net143
0
86
Member Avatar for Atif Mahmood

When i run my program with the help of IE its work but when i used mozilla firefox it generates the error [B]Specified argument was out of the range of valid values. Parameter name: value[/B] any body have idea plz tel me.

Member Avatar for rohand
0
73
Member Avatar for msrd

I'm trying to figure out how to pass a parameter to a report in VB... [URL="http://screencast.com/t/MjBhYjYxOTM"]http://screencast.com/t/MjBhYjYxOTM[/URL] I've looked at the microsoft library on the report viewer class, but it's only slightly better than a boat anchor... does anyone have any other useful tips on how to figure this out?

0
109
Member Avatar for Interrupt

Hi, I’m a 39 year old diesel mechanic desperate to change my career and have recently completed a HNC in electronics and computer technology. I’m thinking of doing a distance learning course that incorporates three parts MCTS 70-536 microsoft .net Framework application development Foundation; MCTS 70-562 microsoft .net Framework3.5 ASP.NET …

Member Avatar for lgriess
0
164
Member Avatar for ancrawford

Can anyone help me? I'm trying to display a date range from a Saturday to the following next Friday (every two weeks) in an asp:listbox for the past 12 months. I.e., would show something like: 9/11/2010 - 9/24/2010 8/28/2010 - 9/10/2010 8/14/2010 - 8/27/2010 etc... I'm using asp.net c#. Any …

Member Avatar for ancrawford
0
133
Member Avatar for Ana D.

Hi, In my ASP.NET page I have a TreeView where ShowCheckBoxes="Leaf". I want to mark as checked/unchecked all the visible checkboxes by clicking in a button. My code for selecting all/none nodes is like this: [CODE=javascript]function selectAllNone(tvID, value) { var tvNodes = document.getElementById(tvID); var chBoxes = tvNodes.getElementByTagName("input"); for (var i …

Member Avatar for ananthat
0
2K
Member Avatar for developer@india

I have a WebUserControl(having a form tag ) in which am using <asp:Image> tag And i used this WebUserControl in my master page but when i use a index.aspx page(having a form tag) with this master page the error occurs "multiple form tag on a page". What should i do …

Member Avatar for Citation
0
135
Member Avatar for new SE

Hi, i want to display several record from database with data type "date"..but when display, the record displayed in datetime format (default)..what should i do to change the format date..i have tried many thing but it does not work.. now, this is mt coding [CODE] <asp:TemplateColumn HeaderText="Expiry date" HeaderStyle-Width="10%" SortExpression="CmpExpDate" …

Member Avatar for Citation
0
103
Member Avatar for dipti_611

Dear All, Please Help Me i want to write a code in asp.net using c# to list previous, current and next 3 years in dropdownlist dynamically at page load without using table. Thanks and regards, Dipti

Member Avatar for rohand
0
4K
Member Avatar for ajwposh

I have a drop down list that displays all the titles from my table in the database. This works fine, however, i want it to display the title of whichever person the query has searched for. For example, the list has all the titles in, i have clicked on my …

Member Avatar for rohand
0
138
Member Avatar for AngelicOne

My gridview is being generated at runtime by a dataset. My first column is a template field with checkbox, how to delete a selected row? C# please.

Member Avatar for rohand
0
221
Member Avatar for bhaumik1987

Hi everyone, I have a web form and in that I have several fields with one of the fields being the date field where if the user clicks opens up a calendar for picking a date to put in. My question is : Is there a way to open the …

Member Avatar for MichaelWClark
0
78
Member Avatar for dskumar_85

hi frndz ........ i want to create a media player in web application which supports all the video and audio formats . if u know any website url to view the design and components . plz reply me......

Member Avatar for Ezzaral
0
92
Member Avatar for kalyan2642

hello geeks, this is my first post, and my question is... i have some text files from which my app reads and process data, these text files are in hundreds and i am now providing them in a folder, but these should not be accessed by others, how i can …

Member Avatar for the_carpenter
0
153
Member Avatar for tariqi

i have 5 dropdown list and i want the gridview to get refined with each selection.this is what i used but its not working: a button click event that that gets a dataview to filter records then bind these records to the gridview.this routine then checks each dropdown list to …

Member Avatar for tariqi
0
103
Member Avatar for jellybeannn

Hi everyone, I am trying to populate a gridview. this is my table structure: Modules - M_ID, M_title (this is where the module info is stored) Module_course_link - MC_ID, M_ID, C_ID (this table links the Modules and Courses table) Courses - C_ID, C_title (this is where the course info is …

Member Avatar for rohand
0
102
Member Avatar for rina.shipra

hai i am learner of ASP.net ?plz someone help me for the coding of radioButton

Member Avatar for rohand
0
33
Member Avatar for BLY

I'm trying to call a base class specifically; Release class into a Page_load method.The release class is linked to a baseclass which contains a method Dataset Getresult. How do i call from the release class into the page load.I'm using Repeater I'm trying to do something like this [code] protected …

Member Avatar for rohand
0
98
Member Avatar for prasanthsagar

Hey all I have a mdb file. I need to use this file as a datasource to display in the gridview. Can anyone suggest me how to use a LINQ to add to that gridview. here the purpose of gridview is simply to display some rows....... Regards, Prasanth.

Member Avatar for prasanthsagar
0
98
Member Avatar for farooq82

Hello Everyone, Could you please tell me why my dropdown not firing selectindexchange event. I have dynamic load that dropdown box using dataset. My problem this I have two dropdown boxes now I have load Brand Information in first one and when I select the brand all printers info load …

Member Avatar for farooq82
0
170
Member Avatar for queryme

Hi I have a tree view. and iframe. tree view code is this [CODE] <asp:TreeView ID="TreeView1" runat="server" ExpandDepth="0" Height="166px"> <Nodes> <asp:TreeNode Text="Fix Computer Problems" Value="Fix Computer Problems"> <asp:TreeNode Text="Computer Problem" Value="Computer Problem"> <asp:TreeNode Text="Slow Computer" Value="Slow Computer" NavigateUrl="http://www.computerhope.com/issues/ch000179.htm" Target="frmtreedata" ></asp:TreeNode> <asp:TreeNode Text="Computer Shuts Down" Value="Computer Shuts Down" NavigateUrl="http://www.computerhope.com/issues/ch000689.htm" Target="frmtreedata"></asp:TreeNode> <asp:TreeNode …

0
96
Member Avatar for new SE

Hi all..i need some help please..i'm doing a validation using a validation expression..this is use to make a user just input the digit in 5 digit.. i'm using this now but not function [CODE]<tr> <td class="style1">Zip Code </td> <td>:</td> <td> <asp:TextBox ID="txtCmpZip" runat="server" BorderStyle="Groove" MaxLength="5"></asp:TextBox><asp:RequiredFieldValidator ID="CmpZip" runat="server" ErrorMessage="*" ControlToValidate="txtCmpZip"></asp:RequiredFieldValidator> <asp:RegularExpressionValidator …

Member Avatar for samkaraja
0
83
Member Avatar for samacoba

Hi all i seem to be having an issue with LINQ, i am currently maintaining an in house Intranet application at work,When Saving logs it seems to slow down now,upon debugging i have came to realise that everytime it saves a log the application pauses at these two section lines …

Member Avatar for samacoba
0
133
Member Avatar for gangaloves7

how to retrive username and other information after succefully login using loginid and passs like in login screen (user will use his/her) Userid:xyz Password:xxx in home page i want to dispaly his/her name !!!! urgent help!!!!!!!!!!!!

Member Avatar for samkaraja
0
270
Member Avatar for pavankumarr

This is regarding URL I had written code for URL rewriting but I'm not getting the expected URL. When I debug, the app is going to this page [url]http://localhost:1673/Website/Default.aspx[/url] In the Default page i had given 4 links and one among them is Page.aspx/RES_ABCD?p1=123&p2=456 if i click the link its …

Member Avatar for dnanetwork
0
63
Member Avatar for sbglobal
Member Avatar for venkatesh_web

Dear All, "Access to the path 'D:\WEBDATA\tncpsa.in\db\img_dist\xstest.jpg' is denied." this is the error i am getting when i am deleting the 'xstest.jpg' but if i upload new image then delete is possible. I got full permission for the folder still i am getting the error to delete old file.... Thanks …

Member Avatar for dnanetwork
0
117
Member Avatar for pauloludele
0
76
Member Avatar for Smithy566

Hi all, I'm trying to create a method in [B]managed c++[/B] which will convert an int to a string representation of binary. I have done this in C# before, but I can't work out how to do it in Managed C++ Below is the code from my C# effort that …

Member Avatar for Milton Neal
0
182
Member Avatar for prasanthsagar

HI everyone.... I need some custom THEMES for a grid view.... can anyone send me a link where i can find some sample themes for a gridview or u can just post the code for the theme..... Regards, Prasanth

Member Avatar for prasanthsagar
0
110
Member Avatar for emigrant_tech

hi this is my first post here and i hope im posting at the right section. :) I want to pass value in link to my server side program here: [url]http://aspspider.ws/geodevs/[/url] and this is how i passed the values: [url]http://aspspider.ws/geodevs/?DropDownList1=Cambridge%20Pl,%20Colombo&DropDownList2=Dharmapala%20Rd,%20Colombo[/url] but i don't get any output. (unless i pass arguments …

0
83
Member Avatar for Swapnil.Kamale

Hi all, I am making project on C# in ASP.Net & I wanted to use Excel or Adobe reader in my project by linking. If you have any idea about this pls let me know. Thank you.

0
21
Member Avatar for weblover

hi everyone .. i have a problem and i need ur help plz .. i'm new to IT and PCs .. i have a website with a username and password ..but this authentication will be ended after 1 month ..and if i want to renew it i must pay 1500$ …

0
57
Member Avatar for jain.vrish

hi i want to delete multiple report in grid view and i am facing some problem please help me as i am new to Asp.net. protected void LinkButton1_Click(object sender, EventArgs e) { foreach (GridViewRow row in GridView1.Rows) { CheckBox cb = (CheckBox)row.FindControl("chkSelect"); if (cb.Checked) { int rid = Convert.ToInt32(GridView1.DataKeys[row.RowIndex].Value); SqlDataSource1.DeleteParameters["id"].DefaultValue …

Member Avatar for rohand
0
333
Member Avatar for farooq82

Hello Everyone, I just write a web service in which function return a dataset. Now I have load that dataset in asp:dropdownlist in a web page. Please let me know bow would I do this. Thanks Farooq

Member Avatar for rohand
0
120
Member Avatar for srky

Please help me ,How to solve this error Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the …

Member Avatar for Lusiphur
0
149
Member Avatar for tictac58

Hi, [B]There is a possibility that the server reset and there is nobody that can log in to system. I dont want my webpage stop working at this state.so I want it do its main job. The main job of this webpage(ASP.NET) is sending request to a client (via TCP …

Member Avatar for tictac58
0
95
Member Avatar for kashtro Raj

I want to store images in oracle ..without using of Blob. i want using RAW fprmat. how? pls give details...........

0
44
Member Avatar for Kindson

I'm working with microsoft report in asp.net. I recieve error message saying "An error occurred during local report processing". I've cross-checked and cant figure out where the problem is comming from. Here is my code: [code = vb.net] Dim params(0) As Reporting.WebForms.ReportParameter params(0) = New Reporting.WebForms.ReportParameter("RateId", caption, False) rv.LocalReport.SetParameters(params) [/code] …

0
111
Member Avatar for deepshikha.joha

I made this page and keep on getting error on the same page and webconfig file..... Errors Error 1 'Culture' is not a member of 'ASP.emergency_plan_error_aspx'. Error 2 'UICulture' is not a member of 'ASP.emergency_plan_error_aspx'. Error 3 'InitializeCulture'is not a member of 'ASP.emergency_plan_error_aspx'. Error 4 'CreateResourceBasedLiteralControl'is nt a member of'ASP.emergency_plan_error_aspx'. …

Member Avatar for rohand
0
196
Member Avatar for SuzyDavis

Hi there, I am a Microsoft Word developer and I sell Microsoft Office solutions, to companies. I am beginning to be concerned that my solutions are being copied - which is fairly easy. I am hoping someone can give me some advice about the best way to do this. I …

Member Avatar for the_carpenter
0
157
Member Avatar for jcexited

I'm trying to develop a web application for a system consisting of several hardware devices, which will connect to a specific IP and port of a server to send some measuring data (plain text). This data will be stored in a SQL Server database in the server. Then, the users …

Member Avatar for tictac58
0
288
Member Avatar for vinayak.v

hi to all. i've created one aspx page in that i've added a new item called dataset. i've taken the employee table.. form the database. i've added a new item crystal reports to it.. i've dragged some of the field from the dataset.. now i want to write the code …

0
48
Member Avatar for srky

Please help me ,How to solve this error Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the …

0
72
Member Avatar for prasanthsagar

Hi everyone... I have designed a page in which i saved two themes. The selection of the theme is controlled by a dropdown list. So, as soon as the theme is selected from the dropdown list, it is applied to the whokle page. Now, my doubt is ...I want to …

Member Avatar for prasanthsagar
0
163
Member Avatar for vibhu12345

Hii.....I am using dotnetnuke and i want to make a module by which a registered user can send friend request to another registered user and after approval they can communicate with each other both publicly and privately......Is there anyone who can help me??

0
169
Member Avatar for bops

Hello. I am relatively new to ASP.NET and after having a good mess around myself I have come to a stand still. I have a menu "web.sitemap", a master page "masterpage.master" and a content page "content.aspx". I would like to have my menu displayed on every page in my website …

Member Avatar for Andreas5
0
91
Member Avatar for reyanseo
Member Avatar for cocoll

hello! i need your help or advice in this: i have several aspx page so if from a page i use respone.redirect i achieve a new page but in the same window ,and in javascript window.location do the same,so everything is all right ,and i have a fast page. but …

0
57
Member Avatar for croker10

Hi all, I am trying to create a table of user created filters for a data set and then display the filters in an ASP:Table. Displaying the filters works fine, and I have no problem there. The issue I am having is that the buttons I am trying to add …

Member Avatar for croker10
0
3K

The End.