13,153 Topics

Member Avatar for
Member Avatar for Edwin Ramokolo

i having a problem with my website i cannot login via my connection string i get a error say: ================================================================== Login failed for user ";. The user is not associated with a trusted SQL Server connection. Description: An unhandled exception occurred during the execution of the current web request. Please …

Member Avatar for guru_sarkar
0
137
Member Avatar for AngelicOne

I have this code [CODE] protected void loginbutton_Click(object sender, EventArgs e) { Int32 d = checkuser(uid.Text, pwd.Text); if (d == -1) { prompt.Visible = true; prompt.Text = "Unregistered ID. Please make sure that you have a registered account and you have correctly typed in the user ID"; } else if …

Member Avatar for dnanetwork
0
112
Member Avatar for Man44ever

hey i want to change the textbox from the dropdownlist.....whatever item is selected from my dropdownlist i want to display in my textbox......i have used the below code but its not working. and i also want to autogenerate the code for employee code for eg. if employee first name Aaron …

Member Avatar for dnanetwork
0
77
Member Avatar for Man44ever

i want to update the row in gridview but it give me one error Object reference not set to an instance of an object. how to update the current row selected in grid view.......please help! [CODE] public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { …

Member Avatar for dnanetwork
0
129
Member Avatar for Hernan_Icon

Hi Guys! I Need some Help here please: I'm Trying to Make some Improvements on an Existing Site, so I Copied all the Files to a New Directory in the same Path And Started Working On the Files Over there. When I Tried to Access the login.aspx Page, I Get …

Member Avatar for kvprajapati
0
98
Member Avatar for mldardy

I have a dropwdown where I select a name from the dropdown list. This populates a grid view with that record. Once I select that record it will populate a form with textboxes of info for that record. There is a delete button in that form and when I click …

Member Avatar for kvprajapati
0
107
Member Avatar for vinayak.v

Hi everybody.. i've created one SSRS in that i've connected to the database having four fields.. now want i want is to calculate the salary page by page and at the last grand total.. i've kept one extra column in table and kept one running field and made it as …

0
88
Member Avatar for Mattisc

Hello, I have created a filesystemwatch function to check a folder on the C drive for changes to files. I then want to output it to a multiline textbox or a listview but having problesm doing so. I have tried different ways to output it but with out any luck. …

0
86
Member Avatar for PS189

Hi Beginner here... I want to display image thats stored in the SQL Database in a new page for now. I got as far as the code below for displaying image stored in SQL Database. Please advise. I just don't know the step after this. I looked at other examples …

0
67
Member Avatar for JimOneill

I'm totally new to this, as will be evident, and I can't figure out the syntax for what should be the most basic code. I'm just trying to get a piece of data from a SQL database and store it in a variable. From various book and websites, I cobbled …

Member Avatar for jdsurgeon
0
155
Member Avatar for NetHustle

my code is inserting the wrong date into my database my insert statement is: [code=vb] "insert into claims (claim_id, claim_amount, claim_date,claim_desc, emp_id) values (" & CInt(clm_id) & "," CInt(clm_amt) & "," & Date.Today & ", '" & CStr(clm_desc) & "', " & CInt(emp_id) & ")"; [/code] in the table itself …

Member Avatar for kvprajapati
0
68
Member Avatar for queryme

Hi I am Playing audio files from Asp.net c# code. Now I want to restrict the Player to move to next file automatically after every 30 seconds. can any one knows how to restrict audio file to restrict up to 30 seconds. i hve enclosed my files with this Thread. …

Member Avatar for kvprajapati
0
97
Member Avatar for vinayak.v

Good morning everybody... the following code works well in .aspx page that is in web application.. now the same thing i want to do in windows form application.. can anybody help me.. The code is for without saving the pdf file take a print.. it works well in .aspx page …

Member Avatar for kvprajapati
0
177
Member Avatar for MrBlack

Hii i want to learn how to use visual studio toolbox and its inbuilt methods and attributes use to access them with C#. Can anybody give me a link to download an ebook,Plz help

Member Avatar for kvprajapati
0
64
Member Avatar for Lazarevski

I need to build a program which will upload a .txt file to the server, will read it using StreamReader and the populate an existing SQL table with the concent. The first Page (profiles) does exactly that and works perfectly.. It has a text delimiter and splits the text into …

Member Avatar for kvprajapati
0
127
Member Avatar for ranu jain
Member Avatar for MichaelWClark
0
70
Member Avatar for jbisono

Hi all. originally i have this problem [URL="http://www.daniweb.com/forums/thread283467.html"]http://www.daniweb.com/forums/thread283467.html[/URL] everything works good in IE but in firefox if i try to change the dropdownlist attach to the node in the treeview it seems like at the moment i click the dropdownlist a postback is trigger and dropdownlist go back to the …

Member Avatar for jbisono
0
185
Member Avatar for dhvl2712

Can Anyone help me implement a nested comment structure like reddit using ASP? I have a few ideas like using ListView or XML or something, but I'm not sure how. I googled a lot but it wasn't too much help. Is there a way I can implement a reddit-like nested …

Member Avatar for kvprajapati
0
86
Member Avatar for jamal.yaqub

Can I query DHCP server to extract MAC against specific IP? I want to perform this activity in .Net using C#. A quick response would be highly appreciated as I have to complete the task today. Thanks in advance, Jamal

Member Avatar for kvprajapati
0
109
Member Avatar for denmarkstan

i am inserting 5 different things including passport to sql dbs. to my surprised, other items were inserted but the passport cell; what i see was --'binary data'. and the exception says OBJECT CANNOT BE CAST FROM DBNULL TO OTHER TYPES. pls some one should help me out here.

Member Avatar for riteshbest
0
188
Member Avatar for sahar.84niknam

this is a database driven menu,but on mouse out when I pass the parent menu the submenu stays white,I would be glad if anybody could help me this out? :?: [code] <asp:Menu ID="Menu1" DataSourceID="xmlDataSource1" runat="server" DynamicHorizontalOffset="2" Font-Names="Tahoma" ForeColor="#FFFFCC" StaticSubMenuIndent="" StaticDisplayLevels="1" StaticEnableDefaultPopOutImage="False" DynamicEnableDefaultPopOutImage="False" Font-Size="Small"> <DataBindings> <asp:MenuItemBinding DataMember="MenuItem" NavigateUrlField="NavigateUrl" TextField="Text" Value="Value" ToolTipField="ToolTip" …

0
40
Member Avatar for newsguy

According to the 2009 Web Application Security Report from NTA Monitor, 90% of all web applications have at least one medium risk vulnerability and 27% have at least one high risk vulnerability. Apparently the most common vulnerabilities are those which involve SQL injection, cross-site scripting and cross-request forgery. One data …

Member Avatar for ashumiloff
2
578
Member Avatar for ricksvoid

Hi everyone, I've created an accordian menu for a web application containing many headings, sub-headings and pages. Everything behaves fine except that it defaults to the top pane everytime a page is clicked. The client has requested that the pane that is being navigated in should remain open and not …

Member Avatar for ashumiloff
0
55
Member Avatar for ranu jain

Hello i want that my client subbmit his query by my site n i can resieve it in my gmail acccount . what should i do for that. thanks

Member Avatar for guru_sarkar
0
104
Member Avatar for vinc_1418

Hi, am having problem for comma delimited files, i wanna read data from different lines and also reading a specific line to display it in a text box or a label!!! anyone can help plz

Member Avatar for MichaelWClark
0
80
Member Avatar for AngelicOne

I have a gridview that is being generated at runtime. When there is no records return, the gridview becomes hidden and it shows empty page which is quite confusing for the user to distinguish whether it's hidden or the page doesn't load successfully. What I need to do is to …

Member Avatar for guru_sarkar
0
90
Member Avatar for sbglobal

Dear Programmer! Greeting of the Day! First of all, I am introducing myself. I am a new in web developer.I want to build ASP.NET Media Player Control in C# .Net code . Now we want to play all music file . For this we are looking API scripting. We have …

Member Avatar for MichaelWClark
0
180
Member Avatar for bhaumik1987

Hi guys I am taking values on a page. Clicking on a save button and on the click event want to open up a grid to show values depending on the search made. So i need to transfer these values from search page(on which im taking these values) to the …

Member Avatar for guru_sarkar
0
163
Member Avatar for jbisono

Hi I initially start this [URL="http://www.daniweb.com/forums/thread283467.html"]thread[/URL], but now another issue came up. Tha fact that im creating the dropdownlist in the fly within a treeview asp.net control, now i want to have one button that when pressed go thru every node in the treeview and get me the selected value …

Member Avatar for jbisono
0
117
Member Avatar for ranu jain

I haved created a registration form by create user wizard. Now what i wanted is dat after 2 day of registration user should have locked out automatically. what shoule i do for this?

Member Avatar for ranu jain
0
106

The End.