13,153 Topics

Member Avatar for
Member Avatar for Doward

I posted this up in the AJAX forum, and got word that it might be an ASP.NET problem. Here goes! Hello all, I'm hoping to get at least a pointer in the right direction here. Long story short, I've got a DB that I'm displaying information from. I'm doing so …

0
46
Member Avatar for rachS25

Hello, I am currently working on a project for my degree using asp.net, C# and Sql. The problem I am having is with my connection.cs file that I have created, the code I have is as follows: [CODE] using System; using System.Configuration; using System.Linq; using System.Data.Linq; using System.Xml; using School.SchoolCore.Core.Domain; …

Member Avatar for rachS25
0
199
Member Avatar for LJames

I need to fill my gridview with just the records that fall in the date range. The dates come from two calendar controls. If I choose dates where the day is in single figures I get a return, if I choose higher value days I get an error - "Cannot …

0
47
Member Avatar for rohitmanhas_12

I am building an application in MasterPage. Now I have an Login page from which my user is redirected to the masterpage when he is loging in. For authentication I am using FormsAuthentication and it works fine. Now when the user is on the MaseterPage I have a logout button. …

Member Avatar for miraclebos
0
85
Member Avatar for Kusno

Dear all, I created a very simple web mobile form. It worked When I runned it from Microsoft Visual Studio 2005 editor and IIS web server. But when I put the link in my device emulator manager from Tools->device emulator manager it didn`t work. I used SmartPhone 2003 SE Emulator, …

Member Avatar for miraclebos
0
58
Member Avatar for devp10

Help for right syntax in .net for defining variables in web pages I am trying to create a website in asp.net with multiple navigations links. A sample of the same in .asp is: Define a variable on the homepage: <% Dim varSection varSection = Request.Form("varSection") If varSection = "" Then …

0
87
Member Avatar for Sparky89

Hy everyone, I got a problem with doin a sum of a column where are only "int" datas, I get those data from Sql Db with a Sql Data Source and use that sds with a nested gridview. I tried with select sum() but it for each employer i get …

Member Avatar for Sparky89
0
205
Member Avatar for Pgmer

Hi Guys I'm New to web development. i need one help. I'm having list box on my form, in form load event i will bind the list box with database value. user should be able to select only 5 items from the list box and also i want to validate …

Member Avatar for Pgmer
0
116
Member Avatar for dhanamsara
Member Avatar for songweaver

Hey guys, I am new to C# and know very little about ASP.net and classes in general. All that to say I got a project file for Visual Studio 2008 that is a C# web form that is suppose to allow you to enter address info: Street, City, State and …

Member Avatar for kvprajapati
0
140
Member Avatar for praveen_dusari

hi all, i am trying to create a thubnail image and want to insert in a folder and path into database.. i uploaded image into folder but not able to create thumbnail from it [CODE]string s = @"~\uploads\" + FileUpload1.FileName; FileUpload1.PostedFile.SaveAs(Server.MapPath(s)); SqlConnection cn = new SqlConnection("Server=praveen;Integrated Security=True;User Id=sa;Password=sa;Initial Catalog=banking"); string …

Member Avatar for carrzkiss
0
422
Member Avatar for jamshed ahmed

how to use javascirpt for client side to transfter the values suppose when i enter 2 in textbox1 then in thextbox2 it should show 4 how is it possible because there is no keypress event is there in asp.net texbox control please help

Member Avatar for jamshed ahmed
0
114
Member Avatar for Dhammakirty

i have a textbox and a button on my page. my problem is when i write something in textox and click to button , i have to redirect to google search .... so what code will be there on button_click .....

Member Avatar for kvprajapati
0
67
Member Avatar for abisheak

in a form i have created 2 textboxes and one button when i enter a name in 1st textbox i should retrive a particular address for that name from database in textbox2.i have tried a lot ,please help...

Member Avatar for kvprajapati
0
35
Member Avatar for wrathyimp

Hi, I have a gridview with date column. I need to show the dates in Arabic format (fonts/characters) encoding. this my english date format: [CODE]DataFormatString="{0:dddd, MMMM dd, yyyy}" [/CODE] I need the same but in arabic. Thanks

Member Avatar for wrathyimp
0
60
Member Avatar for khan17

hi, i want to programmatically click a link on a asp.net web site. first i ve navigated to that website and i ve got a code from some other website [CODE]For i As Integer = 0 To Me.WebBrowser1.Document.Links.Count - 1 If Me.WebBrowser1.Document.Links(i).InnerHtml.StartsWith("Learn HTML") Then Me.WebBrowser1.Document.Links(i).InvokeMember("Click") End If Next[/CODE] but i …

Member Avatar for khan17
0
518
Member Avatar for firesock

HI guys, I'm having a rough time trying to solve a problem left by my old colleague, he developed a dll that removes all the controls like combo's, dropdown, hyperlink's and buttons from a page before print or export to excel, but every time i have combo's or checkboxes it …

0
67
Member Avatar for udayasankark

Hai all, how to have default button in a content page. currently if i hit enter ket my master page search getting fire. i also place my master page in panel. for content for also i placed the button inside panel and set panel default button. but still my master …

Member Avatar for awaishafeez86
0
269
Member Avatar for fkcu
Member Avatar for kvprajapati
-1
29
Member Avatar for Gaurav@17

Hello, I am using ASP.NET 3.5...I have a text box where I am using the AutoCompleteExtender for search. When user enter the key the serach shows the "ProjectNumber-ProjectName" in the search result....after selecting any of this...only ProjectNumber is entered in the textbox (I am using hidden control to store key …

Member Avatar for reach_yousuf
0
586
Member Avatar for dougancil

I'm trying to write code for a page using VB and as I'm new to this, I'm needing some assistance. I have a button on a web page for uploading a .csv file but I also want that button to function as taking people to a destination page as well. …

Member Avatar for jbrock31
0
81
Member Avatar for rohitmanhas_12

cud anyone tell me what is session in asp.net and how to use it in login pages.... iam working on ASP.NET using C#....

Member Avatar for kvprajapati
0
141
Member Avatar for SQL_dba

Hi world. I am trying to READ mail from an exchange server from within .net without using IMAP or POP. Both of these protocols are blocked - for security reasons - and I have an app that needs to read email in order to provide a best practice intranet solution. …

0
68
Member Avatar for Ycefire

Hi there, I'm havin a session with value of ID. I need to create a query for GridView to show only values linked with user mentioned in session. So my question is if theres any way how to modify my code which isnt working. [code] <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:DbConnStr …

Member Avatar for Ycefire
0
112
Member Avatar for Omar123

Hello, I added a button from code and with it i added onclick event. here is the code [CODE] Button button = new Button(); button.ID = link; button.Text = "1"; button.Click += new System.EventHandler(this.button_Click); private void button_Click(object sender, EventArgs e) { System.Web.UI.WebControls.Image im = new System.Web.UI.WebControls.Image(); im.ImageUrl = ((Button)sender).ID; //ID …

Member Avatar for Freon22
0
148
Member Avatar for datapham

Pls help me , i can not run it correctly with "AddNew, Update, Update, Delete, Cxl" , i have tried many ways but no effect ? My database has 5 tables , i choose one which has 7 columns , the 7th col (name = "ID") is identity number (1/1). …

Member Avatar for kvprajapati
0
136
Member Avatar for bhupendrajain

can we move from one language to another language.so user can enter the details in the specific language.

Member Avatar for kvprajapati
0
65
Member Avatar for ashab27

hi, plz tell the select command of linq in asp.net i know all sql command , but linq dont know.

Member Avatar for kvprajapati
0
146
Member Avatar for Rohith Reddy

Hi, I have developed a small application which makes use of ajax combo box drop down list. Problem is it is taking time while getting loaded on internet explorer. But i have seen it to work normally on other browsers. Can any one suggest me how can even make it …

Member Avatar for kvprajapati
0
60
Member Avatar for danjoe15

The Catch section is always executed even if the Try section has been executed. I am trying to send the user to one page if the delete worked properly and a different page if the delete did not work because of relationships between tables: [CODE] Protected Sub btnDeleteBuilding_Click(ByVal sender As …

Member Avatar for danjoe15
0
105
Member Avatar for virang_21

Hi Folks, I have created a login page that allows user to login to the system. I have a table in database called Users (userid, password, roleid) . When I try to login with proper user id and password the system let me login and redirects to proper page but …

Member Avatar for Naresh Sharma
0
71
Member Avatar for Cronox26

Hi there I make a control for my web base program in VB.Net 2005 I use the style sheet [css] for make it see like a modal pop up. I make the css style with the IE, Fire Fox , safari specification and work great but when fire fox make …

0
62
Member Avatar for bharattripathi

Hi guyz I have a problem with page-load event. When i m runing the website on local host it is working fine but On putting it to web space there is problem with page load event where on page load it is showing "Object reference not set to an instance …

Member Avatar for bharattripathi
0
83
Member Avatar for fiaolle

Hi I'm trying to set a property in the User Control. I see that the property is set when I'm debugging. But when I'm using the property in a method in the User Control the property is set to 0 everytime. I don't understand why. Here is the code I'm …

Member Avatar for reach_yousuf
0
211
Member Avatar for bhavu4u

HI!! All I have one big problem for which i am not able to find solution. Here is My problem I Have one asp page on which i am generating Dynamic TabPanel all the controls like textbox ,combobox,buttons, are also generated [B]dynamically on tabpanel[/B] now on the button click i …

0
65
Member Avatar for tymaut

Hello, I am working on a multiuser web page where people log in and do some stuf(database related) What i need is for people to register a username in the same database table that i use, and stay logged in to the page when they use the system, so that …

0
53
Member Avatar for Ycefire

Hi there, I'm a beginner in ASP.NET with VB and I'm stuck on problem with a SQL query. I'd like to ask you for advice what does my page or config file miss. thats how my form looks like [CODE] <form id="form1" runat="server"> <div style="margin: 0 auto; width: 180px;"> <asp:Label …

Member Avatar for Ycefire
0
804
Member Avatar for Dimansu

hi, In my Dataset I have 3 columns "EducationLevel","Skill" and "PreferenceType".In the report I have a field called marks.I give marks adding above 3 column values.i.e If "EducationLevel" is (High,15 marks),(Medium,10marks),(Low,5 marks). If "PreferenceType" is ("First" 15 marks),("Second" 10 marks),("Third"5 marks) If "Skill" is (High,15 marks),(Medium,10marks),(Low,5 marks). The Marks field …

Member Avatar for Dimansu
0
171
Member Avatar for suryarao

hi, in my application i am using a music player for playing the audio (premiumbeat.com) royalty music player. Which is working fine when audio file placed directly. But in my application the audio file comes from the other page in a query string how can i write the code for …

Member Avatar for kvprajapati
0
562
Member Avatar for bharattripathi
Member Avatar for suryarao
Member Avatar for fiaolle

Hi I want to make my own login box to popup when I click a button Is there a way to do that? I don't want a whole page for the loging in part. I just want something like the msgbox, but with two textboxes and two buttons for login …

Member Avatar for kvprajapati
0
75
Member Avatar for rohitmanhas_12

Need to delete the selected item from the dropdown from the database with the button click.Also when user clicks the delete button i need to show the alert or confirm dialog box for confirmatiuon that user realy want to delete that item....plz help me ...

Member Avatar for Freon22
0
1K
Member Avatar for raul15791

Hi, I have a problem here. I have a project running on localhost. Whenever I made some changes on a .aspx file, the changes can be seen immediately when I access my localhost. But when I made changes in aspx.vb file, the localhost still showing old info. * I have …

Member Avatar for raul15791
0
1K
Member Avatar for cndnbcn

So, I've been trying to get a page to update items in an MS SQL database forever now, trying different methods here and there having nothing working. I finally got one method to work using a datagrid thing, and it's fine for the test table I'm using. But when it …

0
75
Member Avatar for emilio

how can i create GridView Template column with a textbox programmatically from code behind ?

0
67
Member Avatar for nccsbim071

hi, i have a website where i provicde a link. On clicking the link a controller action method is called to generate a zip file after creation of zip file is done, i show the link to download the zip file by replacing the link to create a zip with …

Member Avatar for nccsbim071
0
291
Member Avatar for ankushggarg

hi everyone, I am using asp.net 3.5 and sql server 2005. I am accessing data using javascript functions. Now I need to store that data in database. Can anyone help me? Thanks for your help in advance............

0
45
Member Avatar for john_beginner

Hello all of you, i m trying to get image from database to asp:repeater for that i am using one handler page but not able to get the image here is the code for asp:repeter [code=C#] <asp:Repeater ID="rep" runat="server" > <HeaderTemplate> <table> <tr> <th> Image</th> <th> Basic Information</th> </HeaderTemplate> <ItemTemplate> …

0
79
Member Avatar for jarceri

Does anyone have any ideas on what is available? I don't feel like writing my own MVC forum software at the moment.

0
80

The End.