13,153 Topics

Member Avatar for
Member Avatar for HardikParmar

Hey I am also facing the problem with the nested griview. I have five nested gridview. When I click the button in the innser most gridview's text box comma is generated. That is giving me lots of problem. Please solve my issue It is also giving me the same problem. …

Member Avatar for Isaac_4
0
47
Member Avatar for funnym3

Hi! I have problem with my payroll program, I'm beginner in c#. how can I connect or how to Automatic update the datagridview in form1 after I insert a new info from form2? I cant add the `updategrid();` in the form2 because there is no datagridview, only the textboxs. like …

Member Avatar for Oxiegen
0
2K
Member Avatar for rony001

hello friends I am trying to convert a vb.net datagridview code into asp.net. I want to display last three rows of table column from database table in gridview column1. Dim dt As New DataTable ' Create columns dt.Columns.Add("column1", Type.GetType("System.String")) dt.Columns.Add("column2", Type.GetType("System.String")) dt.Columns.Add("column3", Type.GetType("System.String")) dt.Columns("column3").Expression = "[column1]+[column2]" dt.Rows.Add("", "") dt.Rows.Add("", "") …

Member Avatar for confidence123
0
563
Member Avatar for Blueie

Hello I have copied and pasted a font from my Windows fonts folder into my VB.NET fonts folder. What I would like to do is change the font-style and colour of the title 'Register' (please see attachment) from its current style/colour to the font I have imported. The only reference …

Member Avatar for JorgeM
0
134
Member Avatar for bmb007
Member Avatar for hericles
0
48
Member Avatar for Oceans_1

Hey.... I have one issue. Whenever i copy some content from MS Word or MS Excel and paste that content to ASP.NET, then after that it would not be formatted(i.e.Bold or Itallic or Font change or font size change,etc.). So please someone help me out from this problem. Thanks....!!!

Member Avatar for hericles
0
26
Member Avatar for VIeditorlover

Hi everybody, I'd like to ask you if there are some ways how to protect .NET exe and dlls against decompilation. [B]I am not interested in any form of obfuscation[/B], only methods based on (or equivalent to) compiling traditional compilers to machine language. There doesn't matter if commercial or open …

Member Avatar for JOSheaIV
1
1K
Member Avatar for erum

unable to see database in server Explorer i am following tutorial http://www.codeproject.com/Articles/...rs-Application but when i see tree in server ..no db information found in server

Member Avatar for kkahir
0
83
Member Avatar for HunainHafeez

i am searching for web/desktop idea since many years adn whatever hits my mind is already on internet. It discouraged me a lot, i am a profssional asp.net/C# developer and ahs experience but failed to innovate anything, i have made thinking about it part of my life and has been …

Member Avatar for jackstone444
0
122
Member Avatar for Jeline_1

hi everyone im really new to report viewer in vb.net and i wanto import the data from an excel file to the reportviewer in vb.net can anyone help me out? here is waht i tried so far: Private Sub ViewReport_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load ReportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Local …

Member Avatar for Santanu Das
0
2K
Member Avatar for yssirhc

On the Page_Load of my action page, I'm getting the form variables like this `string name = HttpContext.Current.Request.Form["Name"];` I then have two functions that use these variables. In the first function, I'm inserting the values into a database and get an error that the procedure expects a parameter that wasn't …

Member Avatar for JorgeM
0
216
Member Avatar for fungus00

Hi all, nothing happen when i download file Everything looks fine when i debug code.. there is no error protected void DataList1_ItemCommand(object source, DataListCommandEventArgs e) { int ID = Convert.ToInt32(e.CommandArgument); if (((LinkButton)e.CommandSource).Text == "View") { Response.Redirect("~/Detail.aspx?id=" + ID ); } else { GetFile(ID); } } public void GetFile(int ID) { …

Member Avatar for yssirhc
0
91
Member Avatar for game4tress

I need to change the background image of a button that is declared in xaml, like this: <Button x:Name="btnBorder" Content="Moldura" Width="80" Height="80" Margin="10,6,10,6" Click="btnBorder_Click" > <Button.Background> <ImageBrush ImageSource="/Images/arrow-expand.png" AlignmentX="Center" Stretch="None" x:Name="imgSourceArrow" /> </Button.Background> </Button> and I'm trying to change the ImageSource of the ImageBrush. For that, I'm using this code …

Member Avatar for tinstaafl
0
2K
Member Avatar for prax1790

As the Apache Struts has lowered the Dojo plugin from Struts 2.1 many of the developers have made their mind for shifting everything to jQuery. While doing so, they specially notices the variation in sizes (170kb vs 19kb above). One may experience little troubles with the IE browser with handling …

0
70
Member Avatar for Sumith Asanka

Hi Guys I have a major issue in my Asp.net 4.0 Application, i have created a tree View And (SelectedNodeChanged event) Does n't Execute on my IIS Server(Windows Server 2008 R2 Standard), I have Created few Drop Downs Lists (SelectedIndexChanged) Doesn't Execute , i have this Issue Only on my …

Member Avatar for Santanu Das
0
391
Member Avatar for Blueie

Hello I have a VB.NET project in Visual Studio 2013. I am hoping to customise the standard Register.aspx form and want to insert a background image. However, I can't see any 'images' folder in Solution Explorer and I wish to import an image from the desktop and then use something …

Member Avatar for Blueie
0
195
Member Avatar for praveen527

< Hi All, i'm new to this can u please tell me this how can i retrieve username and password from mysql db using asp.net .... **this is my aspx.cs page** i write this code but it doesn't retreive those things... using System; using System.Collections; using System.Configuration; using System.Data; using …

Member Avatar for Santanu Das
0
255
Member Avatar for rathiikk

hello sir,good morning am creating one pos software ,i have done all my designing and coding its working fine in my system ,i kept my db in inside debug-->bin section but after created as a software application and when am using any other system it is showing the db path …

Member Avatar for Mr.M
0
233
Member Avatar for Glenn Rodgers
Member Avatar for diafol
0
273
Member Avatar for vivek_11
Member Avatar for pritaeas
-1
77
Member Avatar for Blueie

Hello There seems to be a problem with the editing and posting facility here - the page has asked me to start a new discussion and not allowing me to reply, but this is a follow on from: https://www.daniweb.com/web-development/aspnet/threads/484864/site.master-file-question#post2121613 Thanks madCoder for your explanation. That accounts for the wild difference …

Member Avatar for Blueie
0
834
Member Avatar for Mike Askew

So I am currently working in ASP.Net and a bit stuck. I obtain the full html that I wish to render into the tab from a WSDL request and then need to find a way to load a new tab in the browser and display that information. I have currently …

Member Avatar for Mike Askew
0
153
Member Avatar for Dave_6

After publishing my project on local IIS it worked fine but on the web its keep poping the error [ArgumentException: Invalid value for key 'attachdbfilename'.] many forum i search said its connection string from my webconfig file but i went the extra mile by removing the whole connection string and …

Member Avatar for hericles
0
583
Member Avatar for Blueie

Hello I am trying to make an alteration to the CSS behind the site.master file. I have the following in my site.master code: <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> ........ </div> </div> </div> This refers to the fixed bar along the top of my page as in the …

Member Avatar for pritaeas
0
1K
Member Avatar for A.Muqeetkhan

okay guys here is a thing i am new in asp.net and just love toying with technology and trying to learn asp.net through creating persnal projects. i am trying to create website that will basically take users info and users information and then store that in the data base. once …

Member Avatar for A.Muqeetkhan
0
194
Member Avatar for game4tress

I'm trying to create an ASP .NET MVC WebSite that allows the user to enter the website without providing any additional information or by specifying an id or a name. Is this possible? How? I've tried the following method but it's not working public void Index() { //... ProcessClient(); } …

Member Avatar for wazz
0
295
Member Avatar for morfious90

This is what i want 2 form in my navigation bar. First is for Search Box second is for username and password.login button problem is if i put search box and login in same form then it gives weird look and formation error. Second Now I want to use buttons …

Member Avatar for wazz
0
329
Member Avatar for codewar

Hello, Working on this program as to where I need to cultivate this Message to retrieve both the First and Last Name. Working with Cookies with ASP.NET. A simple log in form. Here is the code to just retrieving the First name that the user inputted; Yes, it does work …

Member Avatar for JorgeM
0
304
Member Avatar for kiail

I have a site that I can't seem to figure out. I'm extremely new to asp.net/vb etc...I do C# forms but nothing with web dev. Anyway, my problem is my page declaration shows up on a live website and none of the controls show up(buttons, etc). It works great in …

Member Avatar for JorgeM
0
143
Member Avatar for Blueie

Hello I have a 'thank you for registering' page (success.aspx) for new users who have completed a 'new user registration form' and wish to use some CSS to make it more attractive. I intend to use these fonts, if possible, as follows: CSS <style type="test/css media="screen, projection"> @font-face { font-family: …

Member Avatar for Blueie
0
132

The End.