13,153 Topics

Member Avatar for
Member Avatar for rajesh79

can anybody tell me abot the 3 tier architecture in details that means how they communicate in between layers etc...

Member Avatar for gsuryaprasath
0
127
Member Avatar for kshahnazari

hi i have a big problem with this program . it should work because it works in a CD lesson but now it doesn't . then i tried this program and this doesn't work either . it should do this : in the name box a person should enter a …

0
74
Member Avatar for sharathg.satya

help me in using ajax controls in C#.net i am using them but finally they are not getting displayed. the watermarker is not being displayed as the default text moreover the box is empty... here is the code [CODE] <asp:ScriptManager ID="ScriptManager1" runat="server" /> <br /> <br /> <br /> <asp:TextBox …

0
55
Member Avatar for bhagawatshinde

Hi, Can anybody tell me how to set values to textarea. i have an value from sqldb which are to be set. I can retrive the values like this [CODE] string add1 = Request.Form["txtadd1"];[/CODE] but not able to set the values to the textarea.

Member Avatar for bhagawatshinde
-1
135
Member Avatar for Usmaan

Hi Forum, hope your all well and working hard. Right so, i'm a C# programmer, so i'm already in the whole .NET idea. I have a couple of questions regarding ASP.NET. 1) Like C# is Microsoft's reply to Java, would I be correct to think ASP.NET is Microsoft's reply to …

Member Avatar for johny2011
0
267
Member Avatar for cocoll

hello. i have oracle 11g installed on 64 bits laptop running with windows 7. and i manage the ODBC driver fro oracle from the administrative tools ,and i tested the connection from there and everything is okay. but then i tried to connect to oracle 11g DB using visual studio …

Member Avatar for cocoll
0
255
Member Avatar for Mechizedek
Member Avatar for bhagawatshinde
Member Avatar for naveedqadri

Hi All, as i am new to asp.net as well oracle /mysql. i have been given a task to shift website from Oracle databse to Mysql ,i found some tools to convert databse. database converter , procedures / functions /packages copied, but facing problem to make a connection. I checked …

0
85
Member Avatar for bhagawatshinde

Hi, I am new in ASP.net. i have create a webform which contains 2 fields textbox1 and textbox2 and two button new and save. i have included the requirefied validator on textbox1. now when i am clicking on new button it will display message i.e enter id. but on new …

Member Avatar for bhagawatshinde
0
122
Member Avatar for Jairop

Hi i'm try to do this [CODE] var selectQueryString = "SELECT MAX(folio) FROM UserProfile "; var ProductId = UrlData[0]; var row = db.QuerySingle(selectQueryString, ProductId);[/CODE] because a i need [CODE]count = ProductoID + 1[/CODE] to insert in the database count, but the value always it's 1 somebody could help me!!?

Member Avatar for Ezzaral
0
45
Member Avatar for rksh

hello friends... i have done it using FileUpload1.PostedFile.FileName .... but the problem is everything is working fine in IE ....but not in mozilla...safari.... actually i want to get the full path of the selected file...not the file name only.......... thank you.....

Member Avatar for Shilpakmthn
0
224
Member Avatar for bharanidharanit

Hello, How to get the full path from fileupload control browsing the path to it? I want to get as this. c:\Images\mine.jpg

Member Avatar for Shilpakmthn
0
202
Member Avatar for cocoll

hello please i nead help with response.redirect to an absolute path,i tried everything i can but with no result so for example: Response.Redirect("file:\\C:\Users\Toshiba\Desktop\4.jpg") so ctrl and click in "file:\\C:\Users\Toshiba\Desktop\4.jpg" it display the image in visuel studio but it doesn't work in the browser. so thank you for help.

Member Avatar for Shilpakmthn
0
2K
Member Avatar for andrefortios123

Hello, I need to be able to open a folder from vb .NEt, problem is, becuase of redistribution, i need to use variables so that it works on everybodys computer. Anybody know how to do say [CODE] Process.Start("%userprofile%")[/CODE] ?

Member Avatar for Huntondoom
0
157
Member Avatar for earlofroberts

I have installed VS .Net 2005 on my new pc(XP pro). But when I create a new project, the files such as Global.asax, web.config, etc. that are normally created automatically, or not created at all. How can I fix this? thanks

Member Avatar for Huntondoom
0
69
Member Avatar for mwenyenia07

I created an application on asp.net using visual studio 2008 and i wanted it to run on IIS(Internet information server). but when you run it in the browser, it brings this error XML Parsing Error: not well-formed Location: [url]http://localhost/Default.aspx[/url] Line Number 1, Column 2:<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication1._Default" %> …

Member Avatar for Netcode
0
202
Member Avatar for o.narasimharao

Looking to work as freelancer in ASP, ASP.Net,C# and Sharepoint. If anyone needs this type of work, please contact us. [email]O.Narasimharao@crawler.com[/email] 09962353555

Member Avatar for vish_96
0
158
Member Avatar for Thulasiram1278

hi...... help me any one ,how to read whole excel document in asp.net,for instance in my excel document have 3 sheets i want to read 3 sheets content at a time and display ... plz help me as soon as possible

0
41
Member Avatar for scorpionz

Hi to all, I am having an issue comes around, i have got differnt application deployed at my server, with the Published IP i have. Now from the outside i am having a link coming something like [url]http://subdomain.mysite.com[/url] and pointing to my local server here. Now i have created a …

0
84
Member Avatar for katieJane

Hi all I am a little confused with an issue regarding a combo box being displayed on my asp.net webpage. All I want to do it have a blank default value at the top of a list which is bound with a database, which also prevents the user from selecting …

Member Avatar for katieJane
0
181
Member Avatar for dwinn

I am developing a site in ASP.Net and VB.Net that will enable users to sort data in a GridView in Ascending or Descending order. The records are coming from an SQL Server Express database. I go to click on a column heading to sort the data and I get the …

0
92
Member Avatar for sels2005j

I want to email an aspx page, which has database connectivity, from my web application. The page contains submit button and IHttpHandler (ashx) for images. The page images are in my SQL Server database and opening it directly to the image control using ashx file. Can I email the said …

Member Avatar for tjaank
0
149
Member Avatar for thomas6188

Hi, Suppose i have a model with a validation [CODE]public class LoginModel { [Required(ErrorMessage="ID not entered")] [StringLength(5,ErrorMessage = "Length should be 5")] public string Id { get; set; } }[/CODE] In the view page i have a text box. When the validation fails. The controller returns to the view page …

Member Avatar for k.d.m
0
69
Member Avatar for G_Waddell

Hi guys, This one is a bit out of left field but someone somewhere must have tried this before. Does anyone out there know how to control the width of the filepath textbox in a fileupload control? I have a form with a comment textbox, a filetype dropdown and a …

Member Avatar for Netcode
0
753
Member Avatar for suvisoya

hi i attached calendar.ics file with mail.It is sending fine after i opened the gmail inbox all contents are available but there is no available in download link but the download image displaying Thanks regards

Member Avatar for suvisoya
0
113
Member Avatar for atrueresistance

Hello all, I am trying to transfer some variables to another page for editing. I am having troubles with the checkboxes. [CODE]GridView1.Rows(e.NewEditIndex).Cells(12).Text & "~\/~" & _[/CODE] is a checkbox and when passed and split it comes up as a empty string. I know there has to be a way to …

0
106
Member Avatar for ruchi18

HEllo I want to make a sms application C# and .net but i don't have any knowlegdge about sms messaging by computer application i search for this on google so much and the only idea i got it is that i have to buy a sam gateway but what the …

Member Avatar for emond
0
225
Member Avatar for captainSheepdog

Good morning all, I recently started an entry level job creating web pages in ASP.NET/C#. I've been getting along fairly well but when I began doing cross-browser testing on a site I just finished, I discovered that while the site renders fine in IE, only the master page is rendering …

Member Avatar for captainSheepdog
0
89
Member Avatar for dwinn

Hello, I am trying to program my page so that when a user clicks on a column heading of a gridview, the data is sorted either in ascending or descending order. So far, I have done it so that the gridview can be sorted: [CODE] <asp:GridView ID="GridView1" runat="server" Height="143px" AllowSorting="true" …

Member Avatar for dwinn
0
113

The End.