13,153 Topics

Member Avatar for
Member Avatar for Kusno

Dear all .Netters, How do i format gridview columns to this format : => 9,000,000.00 => 2007-10-05 I tried like this : DataFormatString="{0:N2}" DataFormatString="{0:yyyy-MM-dd}" DataFormatString="{0:N4}" but not worked. Current, if format the columns in Rowdatabound events, like this : Protected Sub GVArticle_RowdataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles …

Member Avatar for SheSaidImaPregy
0
103
Member Avatar for Geek-Master

Here is the situation. We are printing forms and need to send the same batch of print jobs to another printer. Our current software will not allow us to prompt us to print elsewhere. So is there a way to work with the printer in a way to redirect a …

Member Avatar for Geek-Master
0
36
Member Avatar for genpopo

Hi! I have a problem on my program.. I created a dynamic button which i created during runtime and im done with that.. My problem is i dont know how to put codes in that button which i created dynamically. When i click the button i want to display an …

Member Avatar for hollystyles
0
84
Member Avatar for geetajlo

I have a big problem i want to put 2 buttonlink in one page. Can we make it friends... I have sent a sample just help me friends. Thanks

Member Avatar for SheSaidImaPregy
0
147
Member Avatar for RogerThomasTan

I'm a new user to Visual Studio .Net, writing most of my projects in C++. I have this problem with the OO paradigm when I tried to apply it to my projects. Variables for classes which I described in eg. dXmanager.h fails to appear in my dXmanager.cpp; when I try …

Member Avatar for unicorn11
0
185
Member Avatar for MohitB

Need help craeting dynamic treeview in .net2005. from parent child tables

0
54
Member Avatar for SheSaidImaPregy

I have retrieved a value from a query and need to put it into the Label called "lblViews". Every way I try, it says there is no instance for this object. How do I write/set the text of the label to the query I retrieved in the Page_Load method? Thanks. …

Member Avatar for SheSaidImaPregy
0
117
Member Avatar for SheSaidImaPregy

Since I have not found a way to add values into the header of my repeater, I was forced to use literals or a new DataList/Repeater. I only need to display a name and an ID in a header for a datalist, but cannot seem to make this happen! So …

Member Avatar for SheSaidImaPregy
0
188
Member Avatar for punkazz

Hi everyone! I am very new to programming and SQL. I have created (designed) an application for a school project; that now needs to be coded to be functional. I have been able to pull data from SQL without a problem; however, I am stuck on inserting data into sql. …

Member Avatar for punkazz
0
104
Member Avatar for hanusoft

This is an example of editing in DataGrid and Default Paging Html Design Code : - <asp:DataGrid id="DataGrid1" DataKeyField="id" runat="server" Height="224px" AutoGenerateColumns="False" PageSize="5" AllowPaging="True"> <Columns> <asp:BoundColumn Visible="False" DataField="id" HeaderText="Category Id"></asp:BoundColumn> <asp:TemplateColumn HeaderText="Category"> <ItemTemplate> <asp:Label id=lblName text='<%# DataBinder.Eval(Container.DataItem,"name")%>' Runat="server"> </asp:Label> </ItemTemplate> <EditItemTemplate> <asp:TextBox id=txtEdit Runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"name")%>'> </asp:TextBox> </EditItemTemplate> </asp:TemplateColumn> <asp:EditCommandColumn …

0
78
Member Avatar for SheSaidImaPregy

I need a way to write a certain line to the itemtemplate inside the datalist control if the current row being written is 1. This is what I have: [code]<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <asp:DataList ID="MyDataList" RepeatColumns="2" runat="server"> <ItemTemplate> <a href="/Vegas2/Celebrities/celebritybio.aspx?CelebID=<%# DataBinder.Eval( Container.DataItem, "CelebID") %>"> <table border="0" cellspacing="0" …

Member Avatar for SheSaidImaPregy
0
89
Member Avatar for SheSaidImaPregy

Here is the code I am using now. What I have is a datalist that pulls DateofBirth and Dead values from the database. The Dead values only equal Yes or No, but will later equal 0 or 1. I cannot seem to figure out how to do an if statement …

Member Avatar for SheSaidImaPregy
0
112
Member Avatar for geetajlo

Hi ! Can you guide me to change the colour of a message box. that is by default it is always blue. i want to change it to another color. plzzz help

Member Avatar for SheSaidImaPregy
0
124
Member Avatar for SheSaidImaPregy

What is better to do, and if you could, please include the pros and cons along with your opinions: 1) Open the connection to the database as late as possible and end it as early as possible, and do this a total of 5 times in one page_load. 2) Open …

Member Avatar for SheSaidImaPregy
0
802
Member Avatar for Fam

I would like to implement alert notification functionality like Outlook's reminder using ASP.NET. Do anyone having any idea/sample to adress my needs? Thanks.

Member Avatar for Fam
0
94
Member Avatar for mohd.asifiqbal

Please provide me the code for the creation of drag and drop user control which should be dynamically used and should be manipulated by CSS(cascading styling sheets)

Member Avatar for Infarction
0
54
Member Avatar for Halbo

I am working with VS .NET 2003. I built the form in the usual way, and have been working on the code. Randomly, VS will erase the code for all the elements in the form. I have to go back and put the code back in. Is there any history …

0
76
Member Avatar for GRaymer

I'm a student working on an internship, without a lot of guidence. I went to develop a program with C# not realizing that as a developer in the organization I have a different standard desktop than the rest of the organization. So on my computer I was able to develop …

Member Avatar for GRaymer
0
104
Member Avatar for justapimp

I have a device control panel that consist of a veiw and settings buttons. the buttons are binded to a dataset that populates the devicenumber and deviceUID I have a javascrip function [code] function gotoGeo(username, name, duid) { top.main.location.href="../TrackApp/main.aspx?selectedTab=" + selectedTab + "&deviceName=" + name + "&deviceUID=" + duid; } …

Member Avatar for SheSaidImaPregy
0
135
Member Avatar for bharath

Could anyone suggest me some good computer science core projects which can be done using .NEt technologies. I need it as part of my final year university level projects. Please help me.

Member Avatar for bjagadish06
0
129
Member Avatar for chrismitchel

I am working on an application that would accept input from a fingerprint device. I'm using vb.net from visual web developer. I visited a website that advised me to use an API called GrFinger, which i downloaded for free. I need GrFinger to be on my main form as a …

0
221
Member Avatar for justapimp

I have this web page that sends a start real-time tracking command to GPS devices all over. The way the code is currently written fulfills its purpose as long as the page is actively loaded. However, if the user shuts down the browser or the computer, the device does not …

Member Avatar for SheSaidImaPregy
0
92
Member Avatar for ptaylor965

I have been using the asp:Menu control for a while now but have only just started to use images with it. When i click and navigate around the site it works fine but the problem is that when i click the link for the same page that i am viewing …

Member Avatar for ptaylor965
0
143
Member Avatar for LilOlMe

Hi there! I'm developing a VB.NET web application that has to be able to read from a USB Flash Drive. I've noticed that someone else has posted a similar question on this forum but the answer was never provided to them. I have gotten a bit further than the other …

0
241
Member Avatar for SheSaidImaPregy

I need to figure out how to bind data and call it back anywhere on the page. Basically, this is what I am trying to do. Keep in mind that I am an asp programmer and am very new to ASP.NET. I have build a custom login page that works. …

Member Avatar for SheSaidImaPregy
0
167
Member Avatar for aniruddha garai

i want to link two aspx file situated in a project with the help of "show & hide" procedure of a formunder some command button.... plz help me by providing me the code..

Member Avatar for hollystyles
0
77
Member Avatar for alokdayal

Hello, I am developing an application in which I need multiple textboxes on the fly and one hidden text box for each textbox. I am having problem in trapping the changed value at postback. Also there are conditions according to that the textboxes are being created means in many cases …

Member Avatar for hollystyles
0
63
Member Avatar for BalagurunathanS

Hi friends.. I need to get all the .exe's running in a machine and display them in my application .How to do it..? In specific i need to get the .Net exe's alone.. Somebody help in this regard as early as possible.. Regards, Balaguru

Member Avatar for BalagurunathanS
0
100
Member Avatar for trudge

I'm hoping this is the appropriate forum for my situation. I'm trying to populate a form on a .NET server with data from a form on a different server. Using SOAP::Lite we've managed to get this code working: [code] use strict; use warnings; use SOAP::Lite +trace => 'debug'; my $name='Trudge'; …

Member Avatar for trudge
0
133
Member Avatar for SiPexTBC

Alright, my situation is as stated: After a create a asp webpage, (build it) i upload it to my ftp to get it online. But when I try to get to the url, it just displays the code as if it were a text file. When i press F5 and …

Member Avatar for adamm84
0
133
Member Avatar for kingflux

Hello-- I have an ordering screen that displays hundreds of items in a datagrid and provides a blank for the user to enter a Quantity. Datagrid "CatalogGrid" is bound to a datasource which is based on the System.Collection.CollectionBase class. If the user has entered a Quantity on a row, the …

Member Avatar for ptaylor965
0
244
Member Avatar for faranak

i upload my website to my hosting but i got this erorr when i try to view pages , [code] Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error …

0
96
Member Avatar for greeny_1984

hi everyone, In my project i want to send email alerts daily to a student until he pays the semister feez ie upto a particular date.Does any one know how to send emails daily using msaccess and asp.net 1.1.The problem is we are using msaccess ,i know how to do …

0
61
Member Avatar for tito_mbo

I have a problem with the Microsoft Visual Web Development 2008 , always appears a message that have a problem with the system.web.extensions . Thanks!

Member Avatar for adamm84
0
86
Member Avatar for m_saahil

Hi all I need urgent help to complete my project I am unable to update my sql database.I have to update the database using textbox value as primary key and the other tools are textbox,dropdownlist and calender which i have used I am doin project on ASP.NET using vb.net so …

Member Avatar for adamm84
0
126
Member Avatar for hanusoft

Here we are uploading images in File System and storing path in the database. Code (ImageUpload.aspx.cs) :- private void Button1_Click(object sender, System.EventArgs e) { // Here I am uploading images in Images folder of C drive. int intResult=0; string strPath = @"c:\Images\"+Path.GetFileName(File1.PostedFile.FileName); SqlConnection con = new SqlConnection("server=.;uid=sa;database=pubs;pwd="); SqlCommand com = …

0
69
Member Avatar for hanusoft

This is an example of Server.Transfer and Context Handler. Through this we can get the multiple values of previous form. http://www.hanusoftware.com In this page we are displaying data from previous form. We can use this technique for multiple form registration form. Code (ContextParent.aspx.cs): - private void Button1_Click(object sender,System.EventArgs e) { …

0
63
Member Avatar for Kusno

Dear all .Netters, How do i create and write a text file that saved in network folder ? The folder path is saved in table "K:\GA_PAYMENT\OPE". When running from VS2005, it could work well. But after i copied sources code to the server, ASP.Net could not find the folder name. …

0
71
Member Avatar for SLG29

I wonder if anyone can help with this problem I have I'm trying to create a shopping cart with session variables, there are 5 buttons on the form and by clicking 1 of these displays the relevant product and price in session variables in textboxes on the next form, the …

Member Avatar for ptaylor965
0
84
Member Avatar for culebrin

Hi hi! Just that, I want to hide a asp:button when a asp:dataview is empty and show it when it has records... Any Ideas? Omar

Member Avatar for ptaylor965
0
173
Member Avatar for culebrin

Hi again, I was wondering, how can I comment an asp tag, in HTML is <!-- -->, on ASP VB Code is ', but an ASP.NET tag like <asp:TextBox1 ></asp:Textbox1> how can I comment it?? I've tried with both HTML and ASP, but no luck. Is there a way to …

Member Avatar for ptaylor965
0
179
Member Avatar for hamjad

Hi Guys, I am developing asp.net web application using vb.net ,I was wondering If there is a way to get the connection string value actually stored in web.xml file to be used in the vb.net code. Any comment will be helpful Thanks

Member Avatar for ptaylor965
0
75
Member Avatar for culebrin

Hi Friends, I'm having a kind of anoying problem, I have a ObjectDataSource with a Select with parameters, one of them receives its value from a DropDownList and the others from textboxes, this dropdownlist parameter seem to not working, and the textboxes are working fine... The gridview just dont show …

0
161
Member Avatar for AnzJ

Hi all, need some help. I've just built a (REALLY) simple hit counter to add to my website, and was forced to use ASP.NET. (but im not using visual studio at the moment). I created a class file (counter.cs), and placed it in the App_Code folder. It was my assumption …

Member Avatar for AnzJ
0
103
Member Avatar for komox

there is a video that I would like to see on youtube thats only available for american people, is there anyway to fool youtube that my internet connection is situated in usa? If there is how? _________________ [url=http://www.fountainspirit.com]garden fountains waterfalls[/url] [url=http://www.offsetmortgagecentre.co.uk/best-offset-mortgage.html]Best Offset Mortgage[/url]

Member Avatar for sam1
0
63
Member Avatar for edwin_panther

Hi Everybody... I'm very new and this is my 1st time using VB Studio,I would like to create a forum using ASP.net. Please help and guide me.. Thank you in advance

Member Avatar for zmariow
0
127
Member Avatar for Kusno

Dear all .Netters, I develop intranet application using ASP.Net 2.0 with VB language. I have some modules that necesarry send messages to users. Currently, my Bulletin Board shows pop up windows if there are messages to users. It reads SQL Server table every 5 minutes using Web Service. For others …

Member Avatar for binoj_daniel
0
98
Member Avatar for Duki

Hey guys, I'm looking for something that will work well with implementing an intranet. Could ASP.NET be used for this? Could someone give me some examples of what ASP.NET is used for?

Member Avatar for binoj_daniel
0
112
Member Avatar for Embeza

[COLOR=#000000][B]Name: [/B]Embeza and Goitom [/COLOR] [B][COLOR=#000000] [/COLOR][/B] [COLOR=#000000][B]Title: [/B]Traffic and packet processing[/COLOR] [B][COLOR=#000000] [/COLOR][/B] [COLOR=#000000][B]Date: [/B]Friday, September 21, 2007[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]The main objective of this report is to build capacity on traffic and packet processing. The internet was used as a resource material.[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]The following tips were …

0
58
Member Avatar for vinaii
Member Avatar for xyte
0
87

The End.