13,153 Topics
| |
I was successfully able to publish and browse an application in my system,but when i tried to do the same thing in a "test" system I was able to view the login page but when I tried to login I am getting the following error "Cannot convert type 'ASP.mainmenu_aspx' to … | |
Hi I want to write asp.net page with crystal reports.I pass parameter to reports.Once I press submit button its ask database user name and password.How I stop asking user name and password in every time. Thanks Tank50 | |
[b]Split from - [url]http://www.daniweb.com/forums/thread49692.html[/url] [/b] I have the same problem. Please help. Thank you very much | |
Dear all, [B]aspx file[/B] [code] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" CellPadding="10" CellSpacing="1" OnRowDataBound="GridView1_RowDataBound" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"> <Columns> <asp:BoundField DataField="g_id" HeaderText="S.no" ReadOnly="True"/> <asp:BoundField DataField="gcdate" HeaderText="Date" /> <asp:BoundField DataField="gc_no" HeaderText="G.c #" /> <asp:BoundField DataField="consignor_detail" HeaderText="Consignor" /> <asp:BoundField DataField="consignee_detail" HeaderText="Consignee" /> <asp:BoundField DataField="qty" HeaderText="Nos" /> <asp:BoundField DataField="package_type" HeaderText="Contains" /> <asp:BoundField DataField="total_amount" HeaderText="Amount" /> <asp:BoundField DataField="acc_type" HeaderText="Remark" … | |
I am working on asp.net project in VSS 2005.Currently whenever I add a new web form,project file gets checked out and form gets added in VSS automatically.But I want to add a new web form loacally without affecting current VSS status.and I want to add this web form in VSS … | |
Greetings All, I'm relatively new to ASP.NET and I'm currently working on a site that has a treeview used to navigate through the site. The problem is the first page on the site (home page) when initally loaded pulls a ID from a URL via QueryString. This works when the … | |
Hello Friends I have an email address on an asp.net and i want it so, if you click on it and outlook will open, is it just making the email address a normal link or is it a mail to? Thanks | |
I am currently storing the values retrieved from the user form including image supplied by the user to sql database. The image is stored in the database but at the time when am trying to retrieve that image am getting the following exception Parameterized Query '(@name varchar(8000))select firstname,image from register … | |
below is my code....i m gettng "System.InvalidCastException: Specified cast is not valid." error in my code...m new on asp.net n sql...m trying to build login area....but unless n until i solve this error i can't move forward n as m new, m not gettng y m gettng dis error... can … | |
[b] Split from - [url]http://www.daniweb.com/forums/thread62371.html[/url] [/b] [QUOTE=ra18279;282758]thanks for the info[/QUOTE] Hello... i am also facing same issue. Please give me answer. Thanks in advance | |
I have added blank row in a datatable and assigned that datatable to gridview to make gridview columns visible for first load.But template checkbox control is still visible.I want to find that checkbox and make invisible in this case. | |
what is the difference between httppathrequest and server.mappath. i mean r they return different path ? i uploading file use httppahrequest and it works fine in my pc iis7, but when i run in server it didnt work. but server.mappath work in both | |
Hello! How can I insert into DB date using DetailsView. I have variable: [CODE] DateTime now=DateTime.UtcNow; [/CODE] I need to send it's value into the database automatically when an user inserts new record in my DetailsView. The code: [CODE] <asp:DetailsView ID="DetailsView1" runat="server" AllowPaging="True" AutoGenerateRows="False" CellPadding="4" DataKeyNames="id" DataSourceID="SqlDataSource3" ForeColor="#333333" GridLines="None" Height="50px" … | |
can some one help me please with this issue? i have created a tinymce extender to my textbox. it works fine in IE (ie displaing and saving) but it doesn't work at all in Firefox. i am uing Firefox 3.6 | |
I created a .net (c++) dll which I'm using with a com application. In order to use the dll with com, I ran the sn,gacutil, and regasm/tlb utilities. Now, I added a dll from Microsoft Enterprise Library to my dll. When running the app, I get an error that the … | |
Hi, I need some free picture viewer to plug him into my aspx page. It should have to navigation buttons << | >>. Can somebody advice me some? | |
Hi! I have a static sitemap for a site now. I need to make it so that I can display/not display an option according to data found in the database. I know that the Stored Proc returns the correct information. It's a record that has either a 0 or 1 … | |
Hi, I have a asp.net form that uses form authentication. I want to now implement a role base security buy don't how. Please could someone help me with a sample code on how to do this . Thanks. | |
please help someone help me.. i need to create a phonebook application, if else, i will fail in my subject. Or help me to insert data on mircrosoft sql server using a save button. please someone... asap.. thanks! | |
[B]How to Change default settings for ACT HTML Editor?[/B] I want to load editor with for example Selected Bold Button or with rtl direction instead of ltr defaultly. How can I perform that? I overrided FillTopToolbar() method to add Custom buttons but I dont Know how to change default settings. … | |
HI i am planning to create a SQL IDLE using asp.net and C# . in that i am going to implement 4 modules : 1) Student Login module 2) Student Teaching Module (like w3schools.com ) 3) Student Feedback module (personalized feedback ) 4) correction module Now my problem is that … | |
hiiii....im dng a project of creating a website[B]([B]forum)[[/B]/B]....now i need to design it really well so that it luks gud to users...........like this site daniwebb has ben designed... i hav done arnd 3-4 website proj but not been able to provide a gud design and interface....so if anyone can help … | |
I want to call a javasript function once a checkbox is checked and then enable a button in the function. How can I assign the javascript function to the check box event? Thanks! | |
I'm trying to create a login system that checks the username and passsword from an sql database. I've created a local server named coffee that has a table named 'users' - I have created fields for username & password. I'm using ASP.NET web application and I want to connect to … | |
How to get timer_tick event in Asp.net. i am making one web server control. i want to add timer control in its property. please give some examples of property which uses timer control in it. | |
hello , I have problem in my academic project. In my project their is module which based on video implemention.I use asp.net(MVC) technology.I am tring for that but still I have problem so plz help me . I am waiting for reply. Thank u!!!! | |
I am in need of help above I am trying to create a formview with textboxes and two dropdownlist thats coming from two different sql tables, the user will pick from each table and the information will populate in HoldingDock tbl. The problem I am facing is the behind code … | |
| I have a few C# questions too, but this is mainly an ASP problem I think. All the code I mention below takes place in the code-behind of my Master Page. I worry a lack of knowledge on master pages may be the problem too. Excuse the database name; my … |
Hi, I'm new to Asp.net and I'm using Oracle database. I'm having no luck getting my gridview to update. When I test my update query in the datasource it updates but when I use the gridview it gives me this error "ORA-01036: illegal variable name/number". Please help.[code]<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ … | |
Hi all, I've hosted my application at shared server. So, after 10 - 15 minutes my session object "userid" is expiring and throwing error "Session object userid is not instantiated" I want to check my session object exists or not. I've already used if(Session["useid"]=="") but it is throwing error. Is … |
The End.