12,085 Topics

Member Avatar for
Member Avatar for SheSaidImaPregy

I have a custom class that is an entire structure within itself, many layers deep. However, this object is stored in memory through sessions. I need a way to retrieve the session variable without having to call it through a return method. An Example: This is what I currently have …

Member Avatar for SheSaidImaPregy
0
138
Member Avatar for kodingkarthik

Hi all, I am trying to select a value from drop down list and if the value is NewDepartment then a text box should be visible for adding a new value and that value must be populated in the drop down list also if the user selects the new value …

Member Avatar for SheSaidImaPregy
0
169
Member Avatar for chinni1

Hi,frends I have a Export product button in product details page. If i click the Export product button i want to get one pop up,the pop up should be contain the message like this [B]Your excel has been successfully create and can be viewed by clicking[U] Product_data [/U][/B]. so I …

Member Avatar for chinni1
0
305
Member Avatar for paslanmaz

[ATTACH]8736[/ATTACH] I’ll redirect to google for the above picture, for example when I search google for asp.net, this asp.net keyword shows at address bar as . QueryString("q") and asp.net comes up first at search results. I want to display “you’ve accessed our site with . QueryString("q") keyword” on the site …

0
97
Member Avatar for dfs3000my

Hi, I have a problem that I want to solve and I was told that I could use ASP.NET caching to solve it. Below is my scenario: [B][I]Users are required to fill up a certain type of questionnaire which has a deadline that is set by an administrator. Take for …

0
192
Member Avatar for srvishnukumar

Hi Wish U Happy New Year 2009 How Can I use Table Tools ? I want to Design my Home Page Via table tools as like HOME. PRODUCTS, CONTACT US, CAREERS,ETC Waiting for Valuable Rply Regards Vishnukumar SR

Member Avatar for iDeveloper
0
91
Member Avatar for srvishnukumar

Hi Friends, How Can Inter relate two forms ? For Example While the web form displays User's Name Like that Welcome KUMAR ! which one User has Login his Acccount How Can Itz displays in label ctrl

Member Avatar for srvishnukumar
0
91
Member Avatar for Potato.Head

Hi to all I'm new in the forum and also new in the ASP.Net programing. I have the following question/problem: I have a Page(lets say Page1.aspx) this page has the following code [code] <iframe src="Page2.aspx" width="550" height="550"></iframe> [/code] I was wandering If can declare methods/objects in the Page2.aspx and the …

Member Avatar for SheSaidImaPregy
0
174
Member Avatar for mkn07

i have a project that receives virtual directories from IIS, and show the files in directories as an windows application form. Here my problem with defining the path as Directory.GetDirectories(dataDirectory)Directory.GetDirectories(dataDirectory) dataDirectory including the code is: //LM//W3SVC//1//Root//Data// also when i try another format as iis://localhost//w3svc//1//root//data and //localhost//W3SVC//1//Root//Data// anad also one back …

0
64
Member Avatar for Jason123

Hi to all, I am asking on behalf for my best friend. The question is how to create a pm alert notice just like this site

Member Avatar for SheSaidImaPregy
0
106
Member Avatar for yanti

here the code i've try....but still not working....please help me.. <page_load> id = 6 dbconn = [COLOR=#0000ff]New[/COLOR] SqlClient.SqlConnection("workstation id=HOME-5F227C8500;packet size=4096;user id=sa;initial catalog=pubs;persist security info=False") dbconn.Open() sql = "select * from NEWS Where NewsID='" & id & "'" dbcomm = [COLOR=#0000ff]New[/COLOR] SqlClient.SqlCommand(sql, dbconn) [COLOR=#0000ff]Try [/COLOR]dbread = dbcomm.ExecuteReader(CommandBehavior.CloseConnection) [COLOR=#0000ff]While[/COLOR] dbread.Read() lbl1.Text = …

Member Avatar for SheSaidImaPregy
-1
297
Member Avatar for kischi

Hi I am copying data from excel to sql server 2005. But when I copy it, In the time column when I have written for example 19:00 then in sql server it will write: 30-12-1899 19:00:00 And when I wan't to extract it to my page it will write it …

Member Avatar for SheSaidImaPregy
0
101
Member Avatar for HrishiR

[COLOR=Blue]I require some help regarding image comaprison application!! I am devloping Image Comparison Application in ASP.net which compares images irrespective of it's format,size and gives result in Percentage Format!! [B]I want to know whether it's possible to comapre 2 images using asp.net irrespective of their format,size and result should be …

Member Avatar for Aneesh_Argent
0
1K
Member Avatar for kischi

Hi I am trying to upload an excel file to the server. But it won't work, every time I am trying to upload an xls file and press the button. it writes: No file was uploaded. as if i had no file. you are welcome to try on: [url]http://radio.web.surftown.dk/admin/indset_program.aspx[/url] the …

Member Avatar for kischi
0
107
Member Avatar for chinni1

This is my code.Here Instead of query string can i use view. plz reply me. Protected Sub btnchk_name_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnchk_name.Click Dim str As String = "select ID from table1 where ID = '" & txtid.Text & "'" Dim con As String = ConfigurationManager.AppSettings("preeconn") …

Member Avatar for chinni1
0
117
Member Avatar for Potato.Head

hi to all, I have a page that contains two frames (before you start telling me that frames are not good, I know but this is the requierement from my course, what I can do?), anyway I have a main page that contains leftframe.aspx and rigthframe.aspx, everything is working ok …

Member Avatar for Aneesh_Argent
0
94
Member Avatar for abhims

I want to develop a system where the MS Access Database on the client machine, gets updated from an MS Access Database located on a remote server. How can this be achieved? Is vice-versa possible too. Thanks in advance :)

Member Avatar for iDeveloper
0
112
Member Avatar for billy_111

Hi, I have the following RSS feed:- [CODE] http://www.schok.co.uk/lottery/lottery.xml [/CODE] It displays a number of feeds, but i am particularly looking at the fifth feed, which says "The Main UK Lottery Draw Numbers for 27-12-2008". What i need to do is obtain the winning numbers from the feed and check …

0
60
Member Avatar for nienprosoft

Hi all. I need Professional Search Engine Optimization with ASP.NET: A Developer's Guide to SEO book may you sent it for me? thanks SNIP

Member Avatar for happygeek
0
53
Member Avatar for kodingkarthik

Hi all, I am new to asp.net programming and i am using asp.net calender control the code tht i am using is [CODE]Protected Sub btn_dob_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btn_dob.Click Try If (txt_dob.Text.Trim() IsNot DBNull.Value) Then Calender2.SelectedDate = Convert.ToDateTime(txt_dob.Text) End If Catch ex As Exception End …

Member Avatar for kodingkarthik
0
159
Member Avatar for tusharvichare

hai, i am generating check boxes dynamically (code is given below) i wanted to capture the check box checked status plz help me how to do this, [B]dont consider that i have given both text property and ID are same, as this i am testing i have given like that …

Member Avatar for Aneesh_Argent
0
67
Member Avatar for srvishnukumar

Hi Friends, I Need Some Ideas About Label Control... Now Am doing An Online shopping Project [Only PC Parts]... Then I had Stored the Product details [with Productprice] while i want to displays productprice in booking details that which is mine selected product. In booking details I had used label …

0
52
Member Avatar for achtani_jeetu

the thing is I am just a beginner and started learning .net. Can anyone tell me about the meaning of this statement. Here myrdr is the object of sqldatareader. Your responses are highly appreciated. And I had some pressure so got to learn things quickly. Please Reply and Thanks in …

Member Avatar for iDeveloper
0
83
Member Avatar for ptaylor965

Hi have a form with a Multiline Textbox and a Span I save the text and load into a <span> [CODE]lblSpan.InnerHTML = txtMLBox.Text.ToString.Replace(Environment.NewLine, "<br/>")[/CODE] The Span looks fine in IE but If I do this in Firefox the Environment.NewLine is not being converted I am using Visual Studio 2008

Member Avatar for ptaylor965
0
141
Member Avatar for Anwarmt

Hi I have been working as an Sr S/w Engg on the platform VB6, SQL Server 2000, and Crystal report. I joined a new company recently and they have plans to migrate their VB6 product to Web based product. I am very enthusiat to get myself into Dot net platform …

Member Avatar for poguemahone
0
137
Member Avatar for Tank50

Hi I have dropdown list in my asp.net page.I wrote a below coing coidng in the `SelectedIndexChanged`, protected void cmb_Se_SelectedIndexChanged(object sender, EventArgs e) { SqlConnection con=new SqlConnection("Data Source=20.1.2.58;Initial Catalog=Customer;User ID=test123"); string str = "select ExecutiveName from Executive where TeCode='"+cmb_Te.Text+"'"; con.Open(); SqlCommand command=new SqlCommand(str,con); SqlDataAdapter adpter=new SqlDataAdapter(command); DataSet data=new DataSet(); adpter.Fill(data); …

Member Avatar for culeu
0
133
Member Avatar for rajkishore

hi all, i created an web application in which i have used sessions. when i run this application on IIS its working fine, but when i hosted on another webserver(EasyCgi) the sessions are not working. can anybody please help. i even used Session State and Session mode in my WEB.CONFIG …

Member Avatar for rambabuk1222
0
63
Member Avatar for sonia sardana

can Somebody send me the Simple program that just displays the title=My First Project & sonia on the Screen. I m tryimg the program but not getting it because i m new to the ASP.net.....I do not know whether to write the code in default.aspx or default.aspx.vb. [code] <%@ Page …

Member Avatar for rambabuk1222
0
90
Member Avatar for sonia sardana

hey frnds, I m new to the ASP.net..Plz jelp me out. My windows is Installed in D: I made project & save it D:\Inetpub\wwwroot\WebSite1 Website1 is the folder I created & form name is aspx. [code] <%@ Page Language="VB" %> <html > <head> <title>Introduction</title> </head> <body> <% Response.Write("My First project")%> …

Member Avatar for Fungus1487
0
217
Member Avatar for chitti1986

Hi I am Raviteja new to web development. I need to upload a file to a server say "abc" and later i have to us the path of the file that is uploaded to a server.I am using VB.I know how to upload the files to a local client folder(say …

Member Avatar for Aneesh_Argent
0
87

The End.