13,153 Topics

Member Avatar for
Member Avatar for Contagious98

Can somebody here teach me how to print in a current row in Gridview? Am using Crystal report, ms access 2007 and Vb.net 2008. This is for receipt matters. To be able to print a receipt after a transaction is made. To be able to print a selected row in …

Member Avatar for lolafuertes
0
207
Member Avatar for kikic

Hi, I need to made a project for on-line licitation in asp.net 4.0 C#, and in this project I should make this : Administrator logs in the system with their user name and password. he can to add, modify, review and delete users, categories and biddings. Could someone help how …

Member Avatar for hericles
0
76
Member Avatar for denmarkstan

Good day! I need your help here. I have been trying to text wrap a picture. I typed the text before inserting the picture. But the text cannot wrap up on the picture. I am using vs2010. Please let someone help me out. I attached a sample of what i …

Member Avatar for hericles
0
79
Member Avatar for nickg21

Hey everyone, I am lost on the exception that I have getting thrown at me right now. SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. What I am trying to do on my site, which is Windows Authenticated on an internal network, is capture the users …

0
130
Member Avatar for domingo

Hi i want to pass data from 2 or more models and as i cannot make 2 statements in one model i tried to create a class which had 2 models but i am getting an error The model item passed into the dictionary is of type 'WebsiteMVC.Models.News', but this …

0
65
Member Avatar for UFO Disko

Hello, I'm currently following the video tutorials found on asp.net (the site)\ And I just finished my delete page but I'm getting errors. This is the code of the page DeleteMovie.cshtml [CODE]@{ Layout = "~/_SiteLayout.cshtml"; var id = Request["MovieID"]; var SQLSELECT = "SELECT * FROM Names where MovieID=@0"; var db …

0
113
Member Avatar for paulnamroud

Hello, I have already build my web application under Visual Studio 2005 as [B]"ASP.Net Website"[/B]. This application use also web service that I created also as [B]"ASP.NET Web Service".[/B] So now we decided to give the web application to our customer as a binary code (myapp.dll & all files such …

0
141
Member Avatar for miragefighter

Hi, I'm using asp.net together with vb.net. I am trying to develop: 1. a login page in asp.net, once user enter the correct username and password, this will be directed to the User page. 2. In User page, there will be some text fields of the user (eg. name and …

Member Avatar for larashaikh
0
3K
Member Avatar for cutieprincess

Create procedure [dbo].[usp_read_Data] as begin select EntryDate,[FileName] from tblInfo end

Member Avatar for itzarun
-2
55
Member Avatar for mahendraprabu

DataTable dt1= new DataTable(); dt1.Columns.Add("id", i.GetType()); dt1.Columns.Add("child", i.GetType()); dt1.Columns.Add("parentname"); dt1.Rows.Add("1","0","one"); dt1.Rows.Add("2", "0", "two"); dt1.Rows.Add("3", "0", "three"); dt1.Rows.Add("4", "3", "four"); dt1.Rows.Add("4", "2", "four"); dt1.Rows.Add("5", "3", "five"); dt1.Rows.Add("5", "4", "five"); dt1.Rows.Add("6", "5", "six"); i need output like in tree view 6-----root node --->5 ---->3 ---->4 --->2 --->3 please any one help me …

0
41
Member Avatar for mahendraprabu

[CODE]DataTable dt1= new DataTable(); dt1.Rows.Add("1","0","one"); dt1.Rows.Add("2", "0", "two"); dt1.Rows.Add("3", "0", "three"); dt1.Rows.Add("4", "3", "four"); dt1.Rows.Add("4", "2", "four"); dt1.Rows.Add("5", "3", "five"); dt1.Rows.Add("5", "4", "five"); dt1.Rows.Add("6", "5", "six"); [/CODE] i need output like in tree view 6 5 3 4 2 3 please any one help me .. i will give input …

0
45
Member Avatar for syd919

Does anyone know if silverlight supports making a menubar like in windows forms?

0
65
Member Avatar for imolorhe

I am currently trying to design a web application for a mixture of mobile devices: those that have only wml enabled, and those that have html-enabled. The programming language of choice was ASP.Net but I cant seem to find any good documentation on how to design an ASP.NET web application …

0
67
Member Avatar for Quinncunx

Hello, I am trying to make a random number generator (its not really a random number generator, more a random order generator) that puts the numbers 1, 14 in a random order, without duplicating the numbers. That is the problem I am having it will often select the same number …

Member Avatar for ChrisPadgham
0
468
Member Avatar for itsvineethpv

I have created a new website . With access db inside app data folder. . And hosted in server. . Bt it is not retrievind or updating db datasg . Why it is happening ?

Member Avatar for hericles
0
311
Member Avatar for teenas

I am working on webapplication where I need to fixed header and footer and make inner content scrollable on IE6,IE7 and firefox. My inner content is scrollable in IE7 and firefox..but Navigation child menu item disappreas on the surface of scrollable content. Please help me to understand the problem. For …

0
61
Member Avatar for chrislucas11

I have a requirement to allow a user to upload a PDF document to my webserver then the webserver should send the PDF documnet to a printer driver which has been installed on the server using the print to file function to generate a new file called (original name).prn and …

Member Avatar for SummiRS
0
109
Member Avatar for ja0

Hello, I just created my first website. I want to be able to access it via a domain name like, [url]www.mytestpage.com[/url]. The problem is that looking in some hosting website and they create the website and limit the storage space... I have the website in my own computer using IIS. …

Member Avatar for jbennet
0
118
Member Avatar for syd919

Hello people,I hope everyone is well. I am having problems with my connection string. It seems its not detected at all. I am designing a Silverligtht app with a Linq to SQL connection for the data. Here is my code.[CODE] ConnectionStringSettings settings = ConfigurationManager.ConnectionStrings["DataConnect"]; string connection = settings.ConnectionString; DataContext dataContext …

0
61
Member Avatar for nice_candy

hi, i have created a list of objects and after filling the list i am assigning that list to a cache for later use. now when i later try to re-cast my cache to the underlying list the cache giving me null value. i am using the technique as below. …

Member Avatar for kvprajapati
0
69
Member Avatar for networkmancer

Im having problem downgrading because it will show error from resource file that has 4.0.0.0 in the line .. I try changing it to 2.0.0.0 but now my body form will not show up. I tried removing my resource file and upload it again but still wont work..

Member Avatar for kingsonprisonic
0
62
Member Avatar for weblion

[TEX]in code behind input the command[/TEX] [CODE]protected void Repeater1_ItemCommand(object source, RepeaterCommandEventArgs e) { switch (e.CommandName) { case "AUTHORIZE": arun account = new arun(); account.suppid = e.CommandArgument.ToString(); break; } } [/CODE] [TEX]in html side for repeater[/TEX] [CODE] <asp:Repeater ID="Repeater1" runat="server" OnItemCommand="Repeater1_ItemCommand" OnItemDataBound="Repeater1_ItemDataBound" EnableViewState="false"> <ItemTemplate> <div id="dvRowData" runat="server" class="itemRows"> <div id="dvStoreId" class="w30" …

-2
55
Member Avatar for nickg21

Hey everybody, I've been scouring the internet and forums for days now trying to solve this issue, that seems to me like it should be pretty simple. Basically I have a multi-step form with multiple tabs in a TabContainer. There are a couple radiobuttonlists that perform autopostbacks, and I want …

0
98
Member Avatar for weblion
Member Avatar for tejapu_sarita

I want to add task scheduler in my project, but i never went through any such thing before so am confused how to start with of. Either i have to add third party tool for that or .net will provide any class for that. in my project i have to …

Member Avatar for LiDmX
0
126
Member Avatar for bigstar

Hello, Please i need help on the above topic. Actually, my organization has been offered this can of service before. The application runs on their server but we always access it through our subdomain, the most amazing thing is that the URL doesn't changed. When I checked the folder of …

Member Avatar for pritaeas
0
65
Member Avatar for f.sh

actually i'm developing web template using asp.net and c#. i have mainTemp.aspx page which is include usercontrol page. in my usercontrol i have a listview which in this listview i have to create dynamic table inside the ItemTemplate based on a XML file. my listview code including the ItemTemplate is: …

0
138
Member Avatar for asifjavaid

hi guys , hope you are all fine. i want to created MS word doc file to pdf file converter in MS Visual Studio 2005.. can any one help me what will be the procedure to develop such a thing? Waiting for good reply... Asif Javaid Chughtai.

Member Avatar for SummiRS
-1
419
Member Avatar for leo88

Hi, I wants to ask how to pending the coding in code behind before the javascript function is finished execute? for example: [CODE] ScriptManager.RegisterStartupScript(Me, Me.GetType(), Guid.NewGuid().ToString(), "initCard('" & 28 & "');" & Page.ClientScript.GetPostBackEventReference(Me, ""), True) Me.Response.Redirect("~/MasterData/StaffMaintain.aspx", False) [/CODE] From the coding above, I call a javascript function of "initcard()",before redirect …

0
75
Member Avatar for Milancie

I am trying to implement forms authenication asp.net 2010 through a login page and database table of usernames and passwords Some of the users some of the time must authenicate twice which is getting annoying to those users and they are complaining In the web.config I have <authentication mode="Forms"> <forms …

0
46

The End.