13,936 Topics

Member Avatar for
Member Avatar for Nareshp_123

Hi I need to make application similar to excel sheet .like i have 4 columns where in (1 row will be static to display header) and below 1 column will have a dropdownlist and remaining 3 columns are textboxes user should be able to add as many rows as possible …

Member Avatar for Nareshp_123
0
170
Member Avatar for AnzJ

Hi, Can anyone tell me if it is possible to edit the native web-parts that come with sharepoint? if so, where do i find the code for these webparts? I would ideally like to make a copy, and edit that to provide extra functionality. The webpart in question is the …

Member Avatar for AnzJ
0
93
Member Avatar for thanigaimani83

Hi guys I can used arraylist.I want to use that arraylist values in many places of my pages .. i putting arraylist values in session state . if my page is postback that arraylist getting values are incorrect,until page is not postbak arraylist getting correct value. whats problem in page.. …

Member Avatar for shaulf
0
77
Member Avatar for thithi

Server Error in '/Assignment' Application. -------------------------------------------------------------------------------- [COLOR="Red"]Specified cast is not valid.[/COLOR] Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidCastException: Specified cast is not valid. …

Member Avatar for shaulf
0
86
Member Avatar for erichn

I am stuck to know how to design a database for an asp.net 2.0 project. I have a table with many fields. In addition to all the other fields (mainly text fields) I would like to keep track of 4 values: alt, sy, LaF, ord. Any combination of these values …

Member Avatar for erichn
0
99
Member Avatar for mahendrabhatt
Member Avatar for dotNetDummi

Hi experts, I need a validator in my gridview. When the user update a field in the gridview, I need to check if the email is valid. How can I do that? Below is my gridview. Please help. Thanks! [CODE]<asp:GridView ID="gv_retrieve" runat="server" AutoGenerateColumns="False" CellPadding="3" ForeColor="Black" GridLines="Vertical" Width="751px" OnRowEditing="gv_retrieve_RowEditing" OnRowUpdating="gv_retrieve_RowUpdating" onRowCancelingEdit …

Member Avatar for dotNetDummi
0
106
Member Avatar for Dha_King

when i use security trimming. i cant figure out whats wrong. Please help me =) secure/web.config its in a map called secure with admin.apx [code] <?xml version="1.0" encoding="utf-8"?> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <location path="Secure/Admin" allowOverride="false"/> <system.web> <authorization> <allow roles="Administrators" /> <deny users="*" /> </authorization> </system.web> </configuration> [/code] Web.sitemap [code] <?xml version="1.0" encoding="utf-8"?> …

Member Avatar for Dha_King
0
109
Member Avatar for crowncomputers

Hi All I run a businessin San diego called Crown Computers. I am mainly a computer consultant that focuses on networks and such . Servers and maintains all there equipment in a proactive manner. I resently however have gotton lost of requests for dev work , PHP , asp.net and …

0
10
Member Avatar for toddalan111

I own a website build in .net and I want to make simple changes, including pictures, headlines and nav bars, from time to time. What software do I need. I have used Contribute (CS) on other sites (.php) I am involved with and it provides a visual reference while making …

Member Avatar for alc6379
0
114
Member Avatar for greeny_1984

hii, can any one guide me to buy which book for asp.net 2.0. i heard of two books step by step and other programmer to programmer by wrox any have different suggestions iam not a newbie ,i have some exp in asp.net with vb r there any ebooks on asp.net …

Member Avatar for alc6379
0
113
Member Avatar for rajesh79

Please tell me about how authentication and autherisation works in a web form

Member Avatar for alc6379
0
43
Member Avatar for kingflux

Hello, all-- Our ASP.NET 2003 app's primary screen uses a datagrid with clickable headers for sorting by column. There is a "user control" with two list boxes from which the user filters the datagrid rows. I added a textbox in the user control -- changed nothing else* -- and now …

Member Avatar for alc6379
0
135
Member Avatar for satees

Hi, I have displayed firstname, lastname and city fields in the datagrid. In these, first two are bound columns and the city is template column which has dropdown list control. When i click "Add new row" button, i need to add one dynamic row which has two textbox and one …

Member Avatar for alc6379
0
1K
Member Avatar for bidemi

I have this assignment in school that says i should connect my asp.net website to my database and i'm finding it difficult, could you help pls? thanx i basically need the codes,i created my database using sql.

Member Avatar for alc6379
0
95
Member Avatar for mattyfed

I am have a website up that allows people to register for a newsletter, then I wrote a small app in .net so that I can log in and enter the body text of the newsletter and send it to the list. My question is (sorry if this is elementary)... …

Member Avatar for alc6379
0
95
Member Avatar for UnionJack

Hey everyone, I'm looking to create an asp.net calculator but not exactly like most of the examples you'd find on the web. Basically all I want is a textbox field where you'd type an integer followed by one of four basic math ops and then display the solution in the …

Member Avatar for alc6379
0
69
Member Avatar for earlofroberts

i need a code sample to capture the value of a record id from the selected row so that i can send it as a parameter to the oracle procedure that deletes the record. thanks

Member Avatar for viswa_007
0
92
Member Avatar for thanigaimani83

Hi guys. i can explain for my doubt with example.see.my table have multiple type of employee details like as Managmment,Programmer,Designers,Accountants,Contra ctEmployees.Each type of department having many employee details.Now my drop down list having types of department names like that above types of department names..if i select any one type of …

Member Avatar for alc6379
0
102
Member Avatar for dev1910

Hello frenz, I am trying to modify the templateField itemized hyperlink on my GridView. My problem is , I have 3 types of status, 'KIV','Complete'&'Incomplete'. I must display 'KIV' in Red color font with its coresponding linkA. As for 'Complete', it has to be in 'Green' and matched to linkB. …

Member Avatar for alc6379
0
420
Member Avatar for alc6379

Hey all, Some of you may remember me from a few years ago. I just wanted to re-debut myself, what with how much the site has changed since I left. Anyways, I'm Alex, formerly known as The Cookie Moderator. I'll probably be around quite a bit in the ASP.NET and …

Member Avatar for Dani
0
73
Member Avatar for Nareshp_123

Hi all, i need to do like ,when i place the mouse pointer on a textbox(i think its onmouseover event.not sure) it should display or popup a small message which provides information about the format of values need to be entered in that textbox.please provide me like how can i …

Member Avatar for Nareshp_123
0
103
Member Avatar for mghihor

Hi GridView Experts! I have problems with GridView when adding a column using TemplateField. I fill GridView1 from a stored procedure. It has a Select statement and returns 14 columns, `AutoGenerateColumns="True"`. When I add two columns manually to be able to start drag and drop, the drag and drop works …

Member Avatar for mghihor
0
661
Member Avatar for rmaheshmsc

Hi Guys I used Crystal Reports in my projects.It shows "Load Report Failed" oftenly...If it occurs i just do restart the IIS service then it will work fine ....i do it regulary but i need permenant solution any have an knowledge or exp regarding this issue...... Thanx in Adv....

Member Avatar for poonams
0
83
Member Avatar for plastick

Hi all, anybody could help me how to use asp.net ajax enable to play video(flv,wmv,mpg, or other format) ? i'm new in asp.net using asp.net 2.0, asp.net ajax extensions 1.0, and c# thx b4

0
100
Member Avatar for justapimp

I have this ArrayList that consist of list of structure and I would like to use the content of the ArrayList as the return type for the function bellow. Can anyone help please. [code] public struct DeviceSchedules { public string StartDate; public string EndDate; public string Interval; public string DeviceTimeZone; …

Member Avatar for justapimp
0
99
Member Avatar for rohit gupta

plz tell me , how can i get the .exe file in asp.net. or we can create it.

Member Avatar for viswa_007
0
119
Member Avatar for caterpillar

Hi I am using 2 dropdownlists such that corresponding to the item selected in the 1st dropdownlist only the related items will appear in the 2nd dropdownlist. The problem is that the 2nd dropdownlist is never populated. My code is: Sub popdropdownlist1() Dim myConnection1 As New SqlConnection(ConfigurationSettings.AppSettings("connectionString1")) Const strSQLC As …

Member Avatar for raghu.8
0
112
Member Avatar for knowledgelover

hi there , I need to know if an ASP.net project written with VB can send data to excel sheet and perform specific mathematical operations (but simple)and then save it in SQL database created using SQL provided by the.Net environment ? your help is appreciated I really need to know …

Member Avatar for SheSaidImaPregy
0
66
Member Avatar for rohit gupta

:) i want to give only .exe file. PLZ anyone can tell me ,how can i get .exe file of vb.net and asp.net.

Member Avatar for waynespangler
0
60
Member Avatar for stabiloGenuis

Hi, I have created a Crystal Report Viewer. When compiled on my machine it works fine. However, earlier this week I had to make a copy onto a server. When doing this I had encountered several problems that I maanged to solve...except for one :o(. No matter what I try …

0
69
Member Avatar for web developer

Hi all, I am very happpy to return back again to you. This time i have a critical problem about uploading files on the server by asp.net. I choosed the HTML control "File" and Make it run as server control , and got its file name by the statement [COLOR=Blue]string …

Member Avatar for shaulf
0
1K
Member Avatar for anirban1234567

can anybody tell how to make discussion forum in asp.net... I need it immediately...

Member Avatar for shaulf
0
142
Member Avatar for Fungus1487

hello all, i have been setting up reports to work with our intranet web application but after attempting to make the reports dynamic in the data they retrieve i have tried using a dataset and an xml file both return this error when i attempt to load the report document. …

0
71
Member Avatar for bumassjp

I was told that I need to create a server side application to handle all the data and then insert it into the .xml document. This is fine I just need a good starting point because the rest of the site is in HTML and I have very little experience …

0
54
Member Avatar for xie

think I need your help...i've got a prob with datagrid in .NET I give u the picture of datagrid on how exactly i want it to be... the process is like this, user have to key-in the quantity at the left hand side textbox, then they have to choose either …

0
58
Member Avatar for GLT

Hi, I am on my work placement where I have been given the job of developing the company's web based database. I am very confused as in university I have only learnt the basics and the company are expecting a lot more of me so I have been trying to …

Member Avatar for ptaylor965
0
225
Member Avatar for AnzJ

Hi Guys, Not sure if anyone can help, but I really hope so. I've been asked to change a behaviour in a sharepoint site. Our main page contains 3 web-parts, each displaying a different document library. When a user clicks on a folder inside one of those web-parts, the contents …

0
147
Member Avatar for SheSaidImaPregy

So basically this is what I have. In the database, there is a table called LocalTalent. Inside this table there are Two Fields, one is the LTName, and the other is the LTID. Now when my client adds a new talent category, I want this to automatically affect the page …

Member Avatar for SheSaidImaPregy
0
167
Member Avatar for cupryk

I need a login page. A registration page that has dropdownlists controls. for example: gender. occupation: date of birth: time zone: state/provinces: countries: I was designing using webservices for the dropdownlist but I want to see how other sites do this. I do not want to use webservices. I would …

Member Avatar for cupryk
0
84
Member Avatar for Fusionzzz

Logfile of HijackThis v1.99.1 Scan saved at 12:13:06 PM, on 11/25/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\RUNDLL32.EXE C:\Program Files\NVIDIA Corporation\NvMixer\NVMixerTray.exe C:\WINDOWS\system32\ctfmon.exe C:\Program Files\Eset\nod32krn.exe C:\WINDOWS\System32\nvsvc32.exe C:\WINDOWS\system32\PnkBstrA.exe C:\WINDOWS\System32\svchost.exe C:\Documents and Settings\Daniel\Desktop\HijackThis.exe R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start …

Member Avatar for malice_eve
0
101
Member Avatar for chrispetty99

Hello, I'm trying to get a WCF service configured to authenticate the client using X509 certificates. The service is hosted by IIS 6 and I'm getting an error that I didn't receive while testing and hosting in a console. In fact, this exact configuration works when not running is IIS. …

0
59
Member Avatar for dotNetDummi

Hi all, (I apologise if this thread is out-of-topic) I need some ideas for my project. I have to develop a web application for some users to approve some documents. The problem I have is that I [U]can't[/U] give these people a login account (due to my project requirement). I …

Member Avatar for dotNetDummi
0
158
Member Avatar for raheleh
Member Avatar for waterfall

Hi all, Im having some problem in my application .i want to take input of tasks and preceding activities. What I want to do is to draw circles for the given number of tasks and connect them according to their preceding activities.e.g, if user input 1,2 for preceding activity 3 …

0
100
Member Avatar for thu_mai

On my web page, i have a photo album, i want to make a slideshow, i don't know how to do it. can you help me

Member Avatar for Fungus1487
0
112
Member Avatar for annie212

Below is my code and I get the above mentioned error in vb.net. I am trying to pass blank in integer . Private ReadOnly Property GPLegalEntityId() As Integer Get If Request.QueryString("GPLegalEntityId") = "" Then Return "" Else Return Convert.ToInt32(Request.QueryString("GPLegalEntityId")) End If End Get End Property

Member Avatar for SheSaidImaPregy
0
141
Member Avatar for niranjananair

i am using crystalreport 10 in asp.net 2.0. i need to develop an application where the end user can modify the the crystal designer at runtime. how can i do this..please help me niranjana

0
60
Member Avatar for sniper1983

Hi.. Sorry if this post is misplaced but thourght that it would fit in best here. What I want to do is call a function, maybe by postback, when a dynamic constructed linkbutton is pushed. This should be done with a parameter and this is the part that I can't …

0
101
Member Avatar for cuteeagleeyes

Hello There! I have recently converted from php to asp.net. I want to perform such task. In php we use the isset function of a variable like: if (isset($_GET['id'])) { $html = "bla bla bla"; echo "$html"; } I am wondering how can i perform i-e displaying html upon QueryString …

Member Avatar for SheSaidImaPregy
0
64

The End.