13,153 Topics

Member Avatar for
Member Avatar for gcoleman0828

I am looking to DYNAMICALLY use the Edit button under the SqlDatasource to update a GridView. The reason for this is that the data that will be upddated to dynamic table names and tables that are different sizes dependent on what month it is (since different months have different days …

Member Avatar for amitshrivas
0
88
Member Avatar for sprock

hi friends.. i am doing asp.net project.. in that project in login page if any one enter wrongly more than 4 times username or password means i want to show dummy page that time i need to save that person IP Address and his details...my Question is how can i …

Member Avatar for amitshrivas
0
181
Member Avatar for sniigg

I have a piece of code which is used by several aspx.cs pages and I want to put that code in a separate page so that all these pages access that separate page. I dont think i can use classes for this....

Member Avatar for amitshrivas
0
101
Member Avatar for farooq82

Hello Everyone, I want to know a few thing. How we emended javascript in ASP.net. Please write example code. How would I that you open a pop windows and when i close this pop windows is automatically refresh parent window

0
52
Member Avatar for amitshrivas

i have created some tables in XML which perform all DML operations perfectly. now my question is how can i give security to these tables as we get in databases(sqlserver,oracle).. Please help me out in this..and try to give anwser in simple way

0
56
Member Avatar for rambok4

guys, is it possible to connect a VB6 app to a asp.net page. My friends are making a vb6 app and now they realised they need some web connect as well. I want to know if it is possible to connect vb6 apps and asp.net page. They would use Visual …

Member Avatar for vb5prgrmr
0
155
Member Avatar for Hina saham

plz help me ..hw can i add my page.aspx with BBL class? means hw can i insert record in database plz hepl me.

0
55
Member Avatar for jcb0806

I just did a simple practice project to learn more about querystrings... I have three check boxes and a button. Checkbox1 is titled red, Checkbox2...white, Checkbox 3...blue. When I click the button 1, I just want the page to redirect and pass the values of the checked boxes to the …

Member Avatar for Ossehaas
0
91
Member Avatar for unknowndevil41

Hi friends, i have made an website and running it through iis after publishing. But is showing an error: [COLOR="Red"]Server Error in '/' 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 …

Member Avatar for Ossehaas
0
170
Member Avatar for kavithaje

i need help to create website for online test using asp.net with c# coding.. it shld consists of question with multiple answer choices

Member Avatar for _V_
0
1K
Member Avatar for dotnetvally

how to give print in asp.net page for a specific area only that is in a webform only certain div area should be printed in a webform

Member Avatar for Ossehaas
0
58
Member Avatar for Haich

I have set up a datagrid on my vb.net form for a MS access database. I have a listbox where i want to show only 1 column of data from the datagrid, which should be updated when the contents of the database changes. Please help ASAP. Dataset = Minicab_DatabaseDataSet Datagrid …

Member Avatar for Ossehaas
0
58
Member Avatar for Ajith S Kulgod

Hi , I am running a windows setup file . I have included an exe file within an installer . The following error is coming "Error 1500.Another installation is in progress. You must complete that installation before contiuing this one." Regards Ajith S Kulgod

Member Avatar for Renukavani
0
62
Member Avatar for Archana.K

I have written a program to insert the values into datbase and a field named SNO which should be auto incremented whenever an insert happens. I have aready created a table but did not set SNO as increment!! Kindly help to set this constraint in SQL !! Query: Alter table …

Member Avatar for Renukavani
-1
85
Member Avatar for nrsh_ram

hi to all.... actually i m facing a problem..i had convert the vb to c# code using [url]http://www.carlosag.net/Tools/CodeTranslator/[/url] wen i try run it ..i get the error... here i copied the small part of VB code...that i face the error [CODE] Private Sub GenerateImage() ' Create a Bitmap Object Dim …

Member Avatar for Renukavani
0
124
Member Avatar for anish.anick

Hi All, I wanna create a chat application in ASP.NET. I don't like the idea of polling the server at regular interval for updates. Please help me to solve this issue. Thanks

0
56
Member Avatar for adobe71

How can i encrypt access .mdb file ,make it .mde and add password .what is the connection string in C#,how can i access it and how can i make backup file.

Member Avatar for _V_
0
105
Member Avatar for dhavalcoholic

Hello Friends! :) I am working on my College Major Project. My project contains a part, where the Admin will post News (using Editor like a Blog). This News is then stored in Database. Now I want to retrieve "top 2" news and post them on Home page. I am …

Member Avatar for dhavalcoholic
0
130
Member Avatar for bekiav

im having a problem with the ajax toolkit - HtmlEditor when i load it up when i switch form "Design" to "Html" ot from "preview" to "Html" i cant go back to "preview" or "Design" , why is that? i put the script manager and than the ajaxtoolkit... rgards barak …

0
44
Member Avatar for prem.teamwork

Hi to all, We at Our company having our own local network in which consists around 20 users. We do not have Internet connections. Now I've created an asp.net website to share the data among the different users. Now I'm thinking that it would be better if we have an …

0
58
Member Avatar for hery

this is my code: [code] sdsNamaSales.SelectCommand = "SELECT ID, NAMA FROM REF_SALES_OFFICER WHERE" + " SOF_TYPE = '" + ddlJenisSales.SelectedValue + "' AND KOT_ID = '" + ddlKota.SelectedValue + "'"; // insert nama sales manual ddlNamaSales.Items.Clear(); ddlNamaSales.DataSource = sdsNamaSales; ddlNamaSales.DataTextField = "NAMA"; ddlNamaSales.DataValueField = "ID"; ddlNamaSales.DataBind(); ddlNamaSales.Items.Insert(0, new ListItem("--PILIH--", "--PILIH--")); …

Member Avatar for kvprajapati
0
165
Member Avatar for Pankaj18

Hi, I want to get files(.doc,.docx) from Directory and show the Content with formatting in a webform. Is there any solution? Please help me. Thanks in advance.

Member Avatar for kvprajapati
0
52
Member Avatar for sridharnataraj

can u please any one explain how to display selected rows of data from one gridview to another gridview using c sharp

Member Avatar for amitshrivas
-1
172
Member Avatar for kiranbvsn

Hi, I got one masterpage and one content / child page having gridview control I want to do client side validations using javascript, can anyone suggest me where i have to do this. i.e.., either in masterpage or in content page (I know that only at the <head> tags we …

Member Avatar for amitshrivas
0
161
Member Avatar for edgias

I am building a web application using asp.net 3.5 and c# as the code behind. I have a dropdownlist which when clicked a calender must popup and selected date populating the dropdownlist. how can i do this?any clue??

Member Avatar for Geekitygeek
0
64
Member Avatar for ramsham

Hi Everybody!!! I am Working on Web application Using C#.NET(Microsoft Visual Studio) and SQL server 2005 ,Microsoft Internet Explorer .I have to show some Sanskrit text on web page.Now i am showing it using the Text Box control(as it show text as it is from database like paragraph...) 1.My Problem …

Member Avatar for ramsham
0
171
Member Avatar for Pari13

I’ve been trying to wrap my brain around this now for days, and I’m getting nowhere, so please bear with me… To Remove file on click of linkbutton I have below code: [B]aspx page:[/B] [CODE] <asp:LinkButton ID="RemovefileId" runat="server" CommandName="RemoveFile" OnCommand="RemoveFilefunction" CommandArgument=<%#Eval("filepath")%>>LinkButton</asp:LinkButton> [/CODE] [B]aspx.cs page[/B] [CODE] protected void RemoveFilefunction(object sender, CommandEventArgs …

Member Avatar for amitshrivas
0
219
Member Avatar for nccsbim071

I built an ajax chat in one of my mvc website. everything is working fine. I am using polling. At certain interval i am using $.post to get the messages from the db. But there is a problem. The message retrieved using $.post keeps on repeating. here is my javascript …

Member Avatar for nccsbim071
0
344
Member Avatar for Frii

I am using VB.NET on VS2008 and currently building a web application for budgeting so here's the problem, I have created a gridview to show a database on a table. Let's say I have a buttonlink in the gridview to change the content on a column ( for example I …

Member Avatar for amitshrivas
0
83
Member Avatar for bharatshivram

hi i have a database with the following coloumns thid thname thdate i have used the gridview control to display this info, also enabled paging and selection with it. i want to jump to "one.aspx" page and set the value of a querystring variable "thid" to the value in the …

Member Avatar for REwati
0
143
Member Avatar for smile_pls

Hello DW!, I am in a beginning stage vb user. I need a small help. I need to create a program, if I entered the "product code" in a text box / search box, it wants to display its full details from database, such as Product code, product name, description …

Member Avatar for LennieKuah
0
312
Member Avatar for vj4u_p

i want to know for making sub file from a complete word file using asp.net, using vb language so plz... some help me to develop it

0
40
Member Avatar for 456456

Dear all, I have converted one of my web application from .net 1.1 to 3.5 and added the calendar component out of the ajax toolkit. The primary web server: [url]www.domain1.com/project1/folder2/default.aspx[/url] Is working fine and work as expected? The second domain is redirected to a subfolder on the primary web server: …

0
81
Member Avatar for amitshrivas

Hi to all.. How we can delete a record from a database after downloading through Response.AppendHeader.... Questions Regarding Open/Save File Dialog box 1: if i only wants to view the file without saving it what should i use there. 2:if i want to download a file and then that downloaded …

Member Avatar for amitshrivas
0
76
Member Avatar for toadzky

I am writing a flat-file database app using SQLite. That part works just fine, but the GUI not so much. The issues are arising in the bindings. I have a list of accounts displayed in a datagrid. The datagrid has its ItemsSource set to a List<Accounts> collection. That works fine. …

0
104
Member Avatar for ashishtripat

How can i can interesecting dataset column ? I mean common columns from two datasets

Member Avatar for kvprajapati
0
30
Member Avatar for aravinda reddy
Member Avatar for kvprajapati
0
105
Member Avatar for kiranbvsn

Hi, can anyone tell me how can I validate the server controls using asp.net server side validation controls that will act similar to client side (like javascripting). can anyone give me sample example on this. cause i want to use these sever validation controls on client machines. Plz help me

Member Avatar for kvprajapati
0
65
Member Avatar for amitshrivas

Hi.to all This is Amit.. i have one website in which i m using (html,aspx) pages. i uploaded also to my domain. [B]HTML[/B] pages works properly but when i request for [B]ASPX [/B] page it shows ::::::::::::::::::: ------------------------------------------------------------------------------------ [B][COLOR="Red"]"Description: An application error occurred on the server. The current custom error …

Member Avatar for amitshrivas
0
106
Member Avatar for rajabca

Server Error in '/online shopping' 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 …

Member Avatar for humillmca
0
112
Member Avatar for Lorie0114

I'm having an issue printing from Crystal Reports in ASP.NET. I'm printing to a preprinted form that has three bills per page. When I print the report; three bills print per page, but the second a third bill slides up a little and prints in the wrong place. The forms …

Member Avatar for kvprajapati
0
94
Member Avatar for viswa_007

Does asp.net complies the dlls into msil every time when an published application is browsed or a windows application exe is run??? How does asp.net minimizes or rather reduces the entire compilation process?? Thanks in advance

Member Avatar for kvprajapati
0
84
Member Avatar for itslucky

Dear Friends!!! I am developing a Hotel reservation Website (ASP .NET C#), and i need to send XML file to the server and then receive a XML Response File. Now i would like to Save the XML Response file to the clients Machine, not on the server, now plz tell …

Member Avatar for kvprajapati
0
98
Member Avatar for jcb0806

With the code below data is keyed into a form and inserted into a table called Investors. After it is inserted, I'm trying to [U]redirect back to the same page, passing the InvestorID on the querystring[/U]. Simply showing all of the information I just added, kind of insuring that it …

Member Avatar for kvprajapati
0
111
Member Avatar for rohini.vangury

While there are several Project Management Tools already available in .net, I want to know if there exists any that can capture data from the Project Management Tool [such as working hours, public holidays etc.] and update the same on an already existing database. These dates wud further b used …

Member Avatar for apacheco
0
64
Member Avatar for mj89

Hi, I have created a simple login page in c#, the code compiles and runs however it does not execute correctly as when i give the correct input for username and password. it just skips and does the action for the code within the 'else' statement. What am i doing …

Member Avatar for mj89
0
91
Member Avatar for drspock

Hi, I am making an online page for a company so that users can upload and download files from the company's server. Now, as every ASP .NET developer knows, the ASP .NET framework includes a file upload control for users to upload files to the server. The problem with this …

Member Avatar for vglass
0
198
Member Avatar for sniigg

Hi All, I am getting the error "There is already an open DataReader associated with this Command which must be closed first. " [code] protected void Page_Load(object sender, EventArgs e) { nbseapi nbsi = new nbseapi(); Guid guid = new Guid(); if (Request.QueryString["Id"] != null) { string Id = Request.QueryString["Id"]; …

Member Avatar for sniigg
0
274
Member Avatar for jasscat

This problem has got me scratching my head. I have an ASP .NET wizard control. Within the step view, I put a user control. The user control contains a FormView. The Formview contains a mixture of standard ASP .NET controls and other user controls. In one situation, I have two …

Member Avatar for adsfadf
0
328
Member Avatar for sniigg

Hi, In my database table I have a column which has all the properties of a class. And While reading from the table I need to get the values of the properties.I have to get the value on a label.But obviously [code] lblTest.Text=reader["Description"].ToString(); [/code] wont work. As I need to …

Member Avatar for sniigg
0
87

The End.