13,936 Topics

Member Avatar for
Member Avatar for ericstenson

Is there a difference in handling between Session.Add("SOMETHING","somevalue") and Context.Items.Add("SOMETHING","somevalue")?

Member Avatar for munr
0
222
Member Avatar for khaniya_amol

please u said u did now i want to do same but actually i dont have time because our final year submission is goin on and also exams are there so plz can u help me for that

Member Avatar for wahabaziz
0
75
Member Avatar for brightline

I am using Azman (Authorization manager) with Asp.net 2.0 I am trying to add a user to a role in the code: role.AddMember(user.ProviderUserKey.ToString(), null); but the following error comes up: [COLOR="Red"]An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may …

0
56
Member Avatar for BluePaper

Mhm. This is the VB.net code behind a webpage I'm working with, I've also provided the ASP.net for the frontpage as well. This maybe really simple and I've missed it but everytime I run this code (below) I keep on getting the same error "Invalid column name, Skyrail" where 'Skyrail' …

Member Avatar for BluePaper
0
338
Member Avatar for sbv

hi all i am searching for implementing a parent-child relation in datagrid (something like tree view). actualy i did this in vb.net using a datatable and navigation property of vb.net datagrid. please help me for this.

Member Avatar for sbv
0
103
Member Avatar for navinlearns

hey ppl,This is Navin and i am based in INDIA.I have a Bsc.IT degree with me and i am looking for a strong IT career in Mumbai(INDIA).I am really interested in Programming but have never practised a lot in any of the languages..i am familiar with the basics of most …

Member Avatar for nav33n
0
131
Member Avatar for sandip250382

I am learning ASP.NET.But Wrox book on ASP.NET seems too hard for me,can anyone suggest me more easy book on the subject and provide me any rapid share links or free tutorials regarding that? Thanks in advance.Waiting for your feedback

Member Avatar for majestic0110
0
76
Member Avatar for Vanetha1806

I have to upload the whole folder and their files and subdirectories . When i use fileUpload in asp.net 2.0, i am not able to select the folder ( i want to select the folder name and upload ) but instead it goes deeper to select a single file. How …

Member Avatar for Hosam Kamel
0
60
Member Avatar for namsSoftee

Hi Frndz , Suppose i am copying a project from one system to another system, Its enough to copy the project folder and place it ah ? Any other additions i need to make in the destinatioin system ? i mean copying a web application developed using asp.net in vb.net. …

Member Avatar for Hosam Kamel
0
98
Member Avatar for scottmichael

I am new to .net and want to create a search field that querries my SQL database then display results sort of like google. Meaning query all fields for %Like% statements. I am using Visual Studio 2005.

Member Avatar for Hosam Kamel
0
85
Member Avatar for priyamsc

hi, In my internet explorer the onclick =window .close() is working in my home(i have used html control instead of asp control).. but in my office its not working because here we r using mozilla firefox...but here too its working in internet explorer..but i need to show this in mozilla …

Member Avatar for Hosam Kamel
0
136
Member Avatar for rdaptl
Member Avatar for Hosam Kamel
0
83
Member Avatar for psspl

hi all, i am developing a content management system in asp.net with C#. i have a master page named "Master1.master" with 5 content place holders-"cphHeader, cphLeft,cphCenter,cphright,cphbottom". i have another default.aspx page which is inherited from the "Master1.master". it takes as input,the following fields from the user : 1. text to …

Member Avatar for Hosam Kamel
0
454
Member Avatar for dskumar_85

hai ...... how to enter the specified (company e-mail id) in a textbox and restrict the other e-mail id's like gmail , yahoo .rediff etc ... by using asp.net 2005 ...

Member Avatar for Hosam Kamel
0
82
Member Avatar for jamil_vodai

Is possible to create dropdown box dinamically by clicking button in ASP.NET? If possible then how? We want to use C# in background.

Member Avatar for techtix
0
119
Member Avatar for Yogesh Sharma

I know how to connect to crystal Report Feature in Vb.net? Is there cryatal Report Feature in ASP.net also? If yes,steps are the sane as in Vb.net? If not, Plz Send me the step by step Procedure.

0
62
Member Avatar for ashok.salvey

I have using asp.net and oracle (oracle provider) but within some time oracle sessions are full. so it gives error. have any body work on asp.net and oracle. how to handle oracle sessions. Regards. Thanks in advance... ashok salve.

Member Avatar for Ramy Mahrous
0
52
Member Avatar for GL.Za

At the moment im working on an app in vb.NET and its seems to working ok, however my client/sponsor would like a web-app with the same functions as well. So I would like to just use my vb.NET code in the ASP.NET app to save me time and stress. However …

Member Avatar for peter_budo
0
178
Member Avatar for dskumar_85

hai i am using the following code to apply the watermark and save in specific location and then upload the image to database [code=asp][ byte[] img1 = new byte[fileupload1.postedfile.contentlength]; Httppostedfile image = fileupload1.postedfile; image.Inputstream.read(img1,0,(int)fileupload1.postedfile.contentlength); Bitmap bm1 = new bitmap(new system.IO.Memorystream(imd1)); Graphics grp = Graphics.FromImage(bm1); grp.smoothingMode = smoothingMode.AntiAlise; grp.Drawstring("name" ,new font("Arial",20),systemBrushes.WindowText,250,250); …

Member Avatar for peter_budo
0
81
Member Avatar for jamil_vodai

We are using java script to create dropdown box dinamically by clicking button. And we want to show the contents in those dropdown box from database. Is it possible??? If possile then how??? We are using C# in background and ASP.NET in the frontend.

Member Avatar for peter_budo
0
53
Member Avatar for Elmo_loves_you

Hi, I am rather new to programming. I have a stored procedure that simply reads a 'CourseCode' from a Course table, the stored procedure code is as follows: -------------------------------------------- ALTER PROCEDURE dbo.Courses AS SELECT CourseCode FROM Course RETURN --------------------------------------------- I have C# code in the code behind page to try …

Member Avatar for peter_budo
0
106
Member Avatar for nandhinijp

Hi, [code=JavaScript]<script language="javascript"> window.location.reload("../ex/x.aspx"); </script>[/code] Its not working in Mozila Firefox.Whats the reason.Any alternative solution..

0
48
Member Avatar for Barryz

Hi - this is my first post so please let me know if I have done something incorrectly... When I attempt to open any item in Control Panel I get this error: RUNDLL - Error in setupapi.dll. Missing entry:s - I appreciate any help that can be provided! Note - …

Member Avatar for crunchie
0
181
Member Avatar for Swin

I am using ASP.NET(web form) with C#. [CODE]using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Data.SqlClient; namespace Simpleweb { /// <summary> /// Summary description for WebForm1. /// </summary> public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.Label Label1; …

Member Avatar for Ramy Mahrous
0
176
Member Avatar for dskumar_85

hai to all i have kept few image button's in my page , and i want to enlarge that image present in that image button onclient click event ...... help me thk u >>>>

Member Avatar for majestic0110
0
68
Member Avatar for lagyossarian

I have a gridview that has a couple of Label server controls nested inside an ItemTemplate. I want to assign their Text value when each row is databound (I'm using Profile properties so I have to get the user and their profile to get the values). [code=asp]<asp:GridView ID="grdUsers" runat="server" AllowPaging="True" …

Member Avatar for postmaster
0
205
Member Avatar for brightline

I have a master page which contains a menu. I want the menu's links to open in the details page instead of open in another page. How to tell the menu link to open in the details page.

Member Avatar for plazmo
0
97
Member Avatar for spring_patel

hi guys, i'm upgrading a web application designed in visual studio 2003 to visual studio 2005. i want to start from the scratch. I've restored the database from the older application in sql server 2000 from another machine. now whenever i try to execute that application an error is displayed …

Member Avatar for majestic0110
0
801
Member Avatar for santoo

[B]HI, I want to define short keys (access key) for button and radiobutton list,checkbutton list in my page.It is working fine for simple radio button and checkbox but it is not working for radiobuttonlist and checkbox list. How to add access keys for Checkbox list and radiobutton list.[/B] thanks.

Member Avatar for SheSaidImaPregy
0
402
Member Avatar for jkdil33

Hi, I am using the following javascript code for printing a web page but the webpage is not getting printed fully.Half page is not coming to the A4 sheet url = "home.aspx" printscript = "<script language='javascript'>" + "window.print('" + url + "', 'CustomPopUp', " + "'width=1000,height=800,left=0,top=0')" + "</script>" ClientScript.RegisterStartupScript(Me.GetType(), "Printpage", …

0
74
Member Avatar for Neelam R patel

hi, i m Neelam. I want to solve a problem in asp.net using C# in web application. I want to put timer(meeting reminder) at particular time like(on time before meeting)can u help me for this coding? How to open new window while uploading which is ms word file?

0
48
Member Avatar for qawasmi79

Hellow every one I need to embed office word editor in my web page as activex control (HTML Editor) so any one has idea about how to implements such thing please let me know Regards

Member Avatar for zAndrew
0
85
Member Avatar for dskumar_85

hai ,,,, i am having imagefield in my page , i want to upload the image to database which is currently present in image field , 1.i want to save the image to database in binary ...

Member Avatar for zAndrew
0
90
Member Avatar for plazmo

is this possible, i had to use the mysql class to connect to the database, but i would rather use oledb. the connection string i used is "Provider=MySQLProv;Data Source=mySQLDB;User Id=myUsername;Password=myPassword" when i try to connect a popup titled "MySql Data Source Name Setup" always comes up. even if i try …

Member Avatar for peter_budo
0
123
Member Avatar for priyamsc

hi, I m getting from date and to date when i click the image button in my web form (asp.net 2005 with c#).After selecting the date the calendar should hide and the selected date only shoud appear in my text box.. [code=asp]protected void ImageButton4_Click(object sender, ImageClickEventArgs e) { Calendar1.Visible = …

Member Avatar for zAndrew
0
105
Member Avatar for rashmigs84

Hi, I am using masterPage wherein i want to blink the text . But i also want to put one logo beside that text. Here i only want to blink the text. I have combined both the logo and text using paint and given the path in masterpage. Please let …

Member Avatar for rashmigs84
0
194
Member Avatar for some one

hi every one I need your help My project is about on line travel agent but I have a problem in doing dynamic page I mean in my project I allow the user to enter multiple number of cities what I need is if the user enter for example 3 …

Member Avatar for some one
0
74
Member Avatar for misbahmurtza

Hello, Can any1 tell me how i can change the field/column name on a datagrid only for the web interface. I set the field names for the database with no space in between words but when i display the data on the web page i want it to appear differently. …

Member Avatar for SheSaidImaPregy
0
158
Member Avatar for jasvinder27

Hi Friends, I am looking for some Freelancers (only form Mumbai , Thane and New Mumbai) for ASP, ASP.net, php programming.. People interested can contact me thru mail at: <snipped> Regards, Jasvinder Singh

Member Avatar for jasvinder27
0
48
Member Avatar for dskumar_85

[code=asp]{ bitmap img = new bitmap(fileupload1.posted file .filename); grapics grp = grapics.fromimage(img); grp.smoothingmode=smoothingmode.AntiAlias; grp.drawstring("dani web")new font ("verdananna",20),systembrush.windowtext,2,2); Response.contentType="image/jpeg"; img.save(Response.Ouyputstream,img.Raw Format)); }[/code] By using the above coding i have insert the text to image , but i don't know how to upload that text contain image to database, i want to …

Member Avatar for SheSaidImaPregy
0
94
Member Avatar for dskumar_85

hai to all ...... how to insert watermark in image while uploading the image to database .... that mean ,, the image which i going to save in database have the watermark .... plz reply me as soon as possible.....:)

Member Avatar for dskumar_85
0
89
Member Avatar for rinkuchoudhury

how to use in [B]onmouseover[/B] and [B]onmouseout[/B] property for a ASP.Net2.0 control by using [B]javascript [/B]Suppose I want to show and hide an Image by taking and removing mouse over another control like Image, Label.... by using [B]JavaScript[/B] only

Member Avatar for ravichandra
0
112
Member Avatar for santoo

HI all, I have developed a master page with menu on left hand side.when I click the menu it collapses, and expands.I am not able to fix the size of the <td> element which has the menu. whenever I click the menu the height is decreasing...the height of the menu …

Member Avatar for SheSaidImaPregy
0
107
Member Avatar for manjusaharan

Hi All, Is there any one woh can help me about adding hyperlink column to a table or a grid view to an aspx page. I need it urgently :sad: thanks in advance.

Member Avatar for SheSaidImaPregy
0
70
Member Avatar for priyamsc

I have 3 dropdownlist named as dd1,dd2 and dd3. in dd1 i have datas getting from database. then in dd2 bound the data by selecting the dd1 datas... tat coding is ======== [code=asp]protected void dd1_SelectedIndexChanged(object sender, EventArgs e) { string a = "select distinct a.descriptions,a.sid from swift a,pc_link b where …

Member Avatar for SheSaidImaPregy
0
210
Member Avatar for Yuexuan

Here is my mysql table need retrieve data total table MPN AML Onhand Demand 2 P 300 200 2 A 300 200 3 P 100 200 3 A 300 200 4 A 200 300 here is my output need output MPN AML Onhand Demand 2 P 300 200 3 A …

Member Avatar for SheSaidImaPregy
0
96
Member Avatar for cynxiann

I would like to know how can I retrieve results/records from a database one at a time to make it appear in different labels.. eg. row number 1 of the database's records = apple lb_fruit.Text = apple row number 2 of the database's records = pear lb_fruit2.Text = pear . …

Member Avatar for SheSaidImaPregy
0
97
Member Avatar for rashmigs84

Hi, I have used datagrid to display details. I want to use to link button columns in a grid wherein both the link button column has a different navigation url . For one column i can write in the selected index changed but how can i write the url for …

Member Avatar for rashmigs84
0
81
Member Avatar for kathirvelmm

I need to extract the currently login user from remote system. This is an intra-net project. All users use win-OS. Its also possible to find the user name from net bios. This is table where all name registered to that particular machine is shown. I would like to extract the …

Member Avatar for Ramy Mahrous
0
253
Member Avatar for namsSoftee

Hi Friends , I am using crystal report in my project. I am displaying chart also. I am displaying scores that a particular student has got in all subjects in a chart . I need to display text like " Your Performance in English is the best" if the student …

0
62

The End.