13,936 Topics

Member Avatar for
Member Avatar for Mr.Akira
0
19
Member Avatar for johpoll

I am having a problem with a dropdownlist is an Edit gridview. I have followed all the instructions confimed many times on the web to convert the field to a template and add the the dropdownlist to the edititemstemplate box. Whe I run it in IE8 the page shows the …

0
35
Member Avatar for malashukla

i am working on a application in which i am storing some images and swf files that is flash. now my problem is how to display flash file at run time.i am unable to apply that code. anyone new about it please help me. thanks in advance.

0
69
Member Avatar for rizwah

Dear all I am facing a problem of resolution in website in asp.net. when i Open my website in ie it is ok but when i change the resolution or open the website in firefox etc it gives problems how to resolve it. please help

Member Avatar for iceboideeps
0
49
Member Avatar for sem123

Insert Image in sql 2005 and retrive it with simple code. i TRY many solution it is easyly inserted but fetch is not posible image isnot show and even the code is so difficult to understant i want simple code like 1,name 2,photo only that kind of code i like …

0
49
Member Avatar for Dhanapal

Error: ApplicationException was unhandled by user code How to solve this error in ASP.Net YAF Application

Member Avatar for RvSon
0
163
Member Avatar for David_asp.net

Hello people, I have developed a web application with ASP.Net 2.0 (VB Code Behind) and I am using My SQL as database. I have an issue I need your help with: I wish to sell the web application from my other website to multiple users. What would you suggest to …

Member Avatar for finito
0
204
Member Avatar for gloriak

I cannot get Java script to work on my windows XP, SP3. Any assistance out there. I have checked the settings for Java and all appear to be in order (ie: tools, internet options, etc. All java settings are set to run. I am stumped.

Member Avatar for gloriak
0
48
Member Avatar for Andreas5

Hello friends, i have found an amasing book for learning ASP.NET, and i just have to tip you of about it! "Beginning ASP.NET 4 in C# and VB by Imar Spaanjaars" has to be the best book i have ever read, it teaches you everything you need to know, and …

0
60
Member Avatar for oliyide

I have a project to implement and it is for a media company. They have a program they air on TV every thursday 5pm. My job is to develop a web application that will allow them upload the same video to the web application and at 5pm when the program …

Member Avatar for melbenmartin
0
356
Member Avatar for shahzadhard

i want to run .aspx page in in my internet browser and he is showing this message file attached what is the problem[CODE]<%@ Page Language="VB" Debug="true" %> <%@ import Namespace="System.Data" %> <%@ import Namespace="System.Data.Sql" %> <%@ import Namespace="System.Data.SqlClient" %> <script runat="server"> Sub Button1_Click(sender As Object, e As EventArgs) Response.Redirect("index.aspx") End …

0
114
Member Avatar for Abdul Rouf

Hi All Experts, I am new in ASP.Net and in these days I have a problem. Can any body will help me in this situation. I will be great full to that person. Plzzzzzzzzz Help me. I have following Code in <body> tag: [CODE]<object type="video/x-ms-wmv" width="320" height="260"> <param runat ="server" …

0
88
Member Avatar for swinefish

Hello all I'm having a major problem with instantiating objects across threads in WPF. For example, if I have the following: [icode]Line l = new Line[/icode] I get the following error: 'InvalidOperationException: The calling thread must be STA, because many UI components require this.' While I understand that in general, …

0
98
Member Avatar for ranu jain

[B][COLOR="Green"]how we can make slideshow in visual stdio 2008 [/COLOR][/B]

0
70
Member Avatar for GamersX

What would the code look like to direct a subdomain to a given loacation? Like [url]http://s1.domain.com[/url] to [url]http://www.example.com[/url]. I have seen it out there on Apache servers, but not for IIS 7. I see plenty to redirect everything to [url]www.example.com[/url]. Thanks, GamersX

0
57
Member Avatar for SK2010

have a gridview with merged columns. When I try to delete a row in my gridview, my previous row index is picked and previous row is deleted. No clue why this is happening...Experts...Please help!!! Here is my code for delete: [CODE]protected void grdItems_RowDeleting(object sender, GridViewDeleteEventArgs e) { //get the id …

Member Avatar for rohand
0
68
Member Avatar for ragnarok511

I am creating a quiz generator is supposed to pull the values of the radio buttons that you select and put them in an array which will be compared to an array of correct answers that were pulled from the XML file. The main question is how can I pull …

0
84
Member Avatar for drspock

Hi, I am using a HelpProvider in my .NET Windows Forms project and after a lot of searching I can not find any way to control where the popup that it creates is displayed. Here is some example code, [CODE] HelpProvider helper = new HelpProvider(); helper.SetShowHelp(this.listBox, true); helper.SetHelpString(this.listBox, "Help text"); …

Member Avatar for drspock
0
173
Member Avatar for SelArom

hello, I'm in the process of upgrading a site's pages from htm static content to a dynamix aspx page. the problem is that I want to redirect users visiting the old pages to the new pages and I want to use the proper 301 "moved permanently" redirect to be search …

Member Avatar for GamersX
0
445
Member Avatar for johnnyturbo3

Hi, I just want to get the opinions of JSP developers on what they think the future of the platform holds. I'm currently a university student and I have gained a lot of experience in Java, and some in JSP. I'm looking now to concentrate on a single web language …

Member Avatar for GujuNilesh
0
771
Member Avatar for frmsasp

Hello there, Currently I am working with the project which needs dynamically generated checkboxes and i have generated dynamic checkboxes but i am facing problem with getting the vaue of selected checkboxes. Problem is described below in detail to easily understood, so please let me know if you come to …

Member Avatar for nathantownsend
0
785
Member Avatar for prussell

I have a simple vb.net webservice which accepts a string parameter. the function appends the passed value to a string, then returns it back. (See code below). My client uses ksoap2 on an android platform to invoke & consume the service. I can connect to the service fine, and while …

Member Avatar for balazs.kelemen
0
185
Member Avatar for Jesi523

Alright after working on a login page and completing it, the requirements for my project have changed. I am no longer using FormsAuthentication to see if someone is logged in. Instead I am putting a passcode as the query. If the passcode exists then I let them continue to the …

Member Avatar for Jesi523
0
191
Member Avatar for manavsm

I have passed values from one page to another using query but it is not accepting the update i.e When i click on update button nothing happens [CODE] SqlConnection con = new SqlConnection("Data Source=SNSS1\\SQLEXPRESS;Initial Catalog=Employee;User ID=sa;Password=eLog!234"); int empid = Convert.ToInt32(Request.QueryString["ID"].ToString()); string strSQL = " UPDATE Tbl_Employee SET FirstName=@FirstName,LastName=@LastName,EmpID=@EmpID,PhoneNumber=@PhoneNumber,Salary=@Salary WHERE ID="+empid …

Member Avatar for manavsm
0
115
Member Avatar for just-tam

Hi, I'm having a problem that every time I try to add a Login control within a page with a content placeholder linked to my master page, the Login control doesn't work when I log in using a correct username and password. Nothing happens when click the "Log in" button, …

Member Avatar for dnanetwork
0
63
Member Avatar for just-tam

Hi, I'm having a problem with my login control where whenever I try to login using the correct username and password i set up (in debug mode) and click enter, nothing happens. It doesn't even respond with an error message, its jus like the button doesn't work eventhough the code …

Member Avatar for dnanetwork
0
74
Member Avatar for geoNeo_

hey guys! I'm new at ASP, and I hope that could please ask for some advice. Basically I got a little test website that i am experimenting with, what I would like to to if the main page of the web site loads that in one of the tables that …

Member Avatar for geoNeo_
0
92
Member Avatar for priyam1309

Hi, I wish to create my own blog website but the problem is i still am confused about how it is done. I would like to use ASP.NET and C#.net to create the website and HTML & CSS to design the website. The main issue is can i store the …

Member Avatar for Lusiphur
0
102
Member Avatar for campbelt

Hello, all! I am a web developer, primarily with C#.NET and MVC experience, as well as some PHP. I am trying to broaden my horizons with software development, become part of the software development community, get exposed to new ideas, and learn from other people. But, I am recently moved …

0
42
Member Avatar for BoogyB
Member Avatar for jimmyboro
0
195
Member Avatar for MARKAND911

How to update database table using commandbuilder without having Primary Key. We Tried this Attempt; [CODE]obj.con = obj.Class_DBConnection(); OracleCommand cmd = new OracleCommand(); string fromsrvno = "000000067334"; string tosrvno = "000000067350"; qryStr = "select distinct * from test_m_srvdetail where SDBM_SERVICE_NO between'" + fromsrvno + "' and '" + tosrvno + …

0
80
Member Avatar for juststart

What are requirement to learn ASP.NET (hardward, software, background?) Any responses are appreciated.

Member Avatar for dnanetwork
0
93
Member Avatar for rajag89

Hello frnds, I just learnt ASP.NET and have some knowledge of C++ language Now I want to develop a simple User Interface (Windows application ) which should be able to communicate with a database, to check whether any activity has to be done on the particular time, if any activity …

Member Avatar for rajag89
-1
168
Member Avatar for ranu jain

[COLOR="Green"]handles clouse require a withevent variable defined in containing type or one of its base type[/COLOR] [U]i got this error in the following code[/U] Imports System.Data Imports System.Data.SqlClient Imports System.Text Partial Class _Default Inherits System.Web.UI.Page Protected Sub submit2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles submit2.Click Dim i As …

0
62
Member Avatar for theighost

Hello, I have just started with ASP, I knew that IIS cannot be installed on Windows xp Home, so I installed Abyss, but it's quite different from wamp,xamp that I was using before with php. Can someone help me run ASP on it? I have followed the tutorial in this …

Member Avatar for theighost
0
183
Member Avatar for selicon.valley

i m developing website for my client which simple data drvien in asp.net +access 2003 now my client ask me to develop e commerce website which include product display with categories,rates,shipping,credit card processing check out etc i dont know how to program it should i have to develop my shopping …

Member Avatar for Ramesh S
0
189
Member Avatar for ashes22

[B]How to save an incoming SMS in a SharePoint 2010 list and then process on that SMS and auto reply back with the matched content back to the sender ? Does anybody have any idea about this ? Basically I want to develop a SMS based online dictionary . User …

0
57
Member Avatar for Pari13

Hello Allideliner!!! I am having problem in retrives values from textbox at aspx page to popup page? aspx page code: one textbox-- [CODE] <asp:TextBox ID="txtTopicTitle" runat="server" style="height:25px"></asp:TextBox> [/CODE] I want to use this txtTopicTitle values on the popup page(Default.aspx page ).. Then what is the process require?? I hope somebody …

Member Avatar for dlrahul
0
191
Member Avatar for alonso_siang

i am develop 1 project using vs2003 with report services2005 i have no problem calling the report viewer from my project but the problem i face is when i right click -> view source my credential for the report server are there....... did there have any way for me to …

Member Avatar for alonso_siang
0
54
Member Avatar for wesley.groves

I have a VB.net programming question i am loading values into a list box from the database in a form being used to edit a database record. the list populates fine using the following code. Protected Sub LoadCat() Dim myCommand As New SqlCommand Dim myReader As SqlDataReader = Nothing Dim …

Member Avatar for rohand
0
176
Member Avatar for webber1

I've been googling for a few days and have tried all kinds of connection strings, but none have worked so far. I have a webpage on one server (using ASP NOT ASP.NET) trying to connect to a SQL database on another server (SQL 2005 server). I tried connecting using .net …

Member Avatar for achinaseller
0
359
Member Avatar for shanboy

Hi guys i'm using ASP.net ans SQL server 2005 with stored procedure to do simple search from a table in database.Plz help me out The error i get Function or procedure expects @searchKey which was not supplied. protected void btnSearch_Click(object sender, EventArgs e) { string constring = ConfigurationManager.AppSettings.Get("con").ToString(); SqlConnection conn …

Member Avatar for shanboy
0
218
Member Avatar for sheikh.bool

I just want to logged in to a website programmatically (using httprequest )to check whether the provided username and password is correct or not .. it will be great if the help could be in form of sample code.. Thanks in anticipation !!!

-1
51
Member Avatar for praveenmyfrnd

hi,how to access the SQL sever database using ASP.NET.i can not access the server by using the same.some errors are showing when i try to create a database.can you help me to create a database?

Member Avatar for ashishkj1989
0
91
Member Avatar for jaijinendra

Hello All, I have created simple login form through VS 2008 using C#. There are 5 different aspx pages in my web application. 1)Default.aspx: It contains only a hyperlink to direct the user to login.aspx page. 2)Login.aspx: This page has texbox for Username and Password, sign in button, textbox for …

Member Avatar for ashishkj1989
0
108
Member Avatar for RickyG

Hi i am developing a custom form in asp.net. I developed in my laptop which has the latest IE 8 and Firefox version. 3.6.x ; however I run this on the customer browser and I got horible displaying on the design of the page, I am guessing that IE 8 …

Member Avatar for Lusiphur
0
100
Member Avatar for jugosoft

I have some data encrypted with MD5CryptoServiceProvider. I need code for decrpyting.

Member Avatar for jugosoft
0
97
Member Avatar for fafi_ali

hello everyone i have a problem in writing in word document the proble is that i want to append a string after a table i made in that document but it overides it the code is:- [code=csharp]//Text to word file StringBuilder strBuilder = newStringBuilder(); strBuilder.Append("<h1 title='Header' align='Center'>Writing To Word Using …

Member Avatar for fafi_ali
0
1K
Member Avatar for lm111

Hello, I need some help with my cascading dropdown boxes. Eveything works I just need to remove the duplicates from the States and Cities drop down box. Any idea how? I got it to work on the Country drop down but can't figure out the rest. Thanks. [CODE]private void FillCountry() …

0
60
Member Avatar for rickster11

How do you get data from gridview with select command? I have a populated gridview, I select a row, it highlights... Now how do I get access to that selected information? Do I have to go back to DB, or can I somehow pull the selected data. Asp.net 3.5 VS …

Member Avatar for dnanetwork
0
95

The End.