Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~12.1K People Reached
Favorite Tags
Member Avatar for MichaelWClark

I'm trying to script a deep freeze thaw with deep freeze 6. I have 400+ computers to thaw then remove deepfreeze from, I DO NOT want to do this manually! I use the DFC.exe that is on the system and use the dfc OUR_PASSWORD /BOOTTHAWED It will always result in …

Member Avatar for Southerner
0
2K
Member Avatar for MichaelWClark

I am trying to create a Gridview that allows me to add to a database. I think I have the Gridview formatted correctly and I do not want to use the <emptydatarowstyle>. I have been playing around with different solutions to displaying a header and footer in a gridview with …

Member Avatar for akpaga
0
501
Member Avatar for MichaelWClark

Hello I am building a web page and decided that this time around I would make many user web controls as to have a very modular and customizable site with ease.. Anyways it was going off without a hitch until today I designed a new control. Its a panel with …

Member Avatar for crishjeny
0
81
Member Avatar for Jesi523

I need some help. I have a website where people can create a class or event with times and places for the class or event. Once this instance is created they are supplied a link for people to sign up and a passcode for them to use to modify the …

Member Avatar for crishjeny
0
122
Member Avatar for MichaelWClark

I have 3 dropdown lists, catagory, name, model. Select catagory to enable name and model. select a name or a model and the coresponding name/model will autofill in the other dropdown based upon results of executeScalar. If i have the catagory "Cellular" it works fine with ALL my products. If …

Member Avatar for crishjeny
0
148
Member Avatar for abhi1625

[B]how do i display the inserted record in gridview in asp.net when i click on button..? [/B] GridView1.DataSource = a.filldata("insert into student(Roll_no,Name,Age,Education,Mobile)values("+txtrollno.Text +",'"+txtname.Text +"',"+txtage.Text +",'"+txtedu.Text +"',"+txtmb.Text+")"); GridView1.DataBind(); [B]i want it should be display right now at runtime record should be added....and displayed... and i also get and error of "," …

Member Avatar for crishjeny
0
109
Member Avatar for MichaelWClark

Hello. I have been developing on this project for the last month and this particular function is used MANY MANY times throughout the project and I have had 0 problems with it to date. I added a new panel and all of a sudden some of my core feautres started …

Member Avatar for crishjeny
0
105
Member Avatar for MichaelWClark

I have an inventory database that I designed about a year ago now. It has preformed great for me but I am getting ready to develop version 2 of the front end. This has got me thinking about possible database redesigns too and I am a bit confused about what …

Member Avatar for pritaeas
0
96
Member Avatar for MichaelWClark

Here are the 2 procedures in question and the code that I use to call it. I will follow it all up with the error that is being produced. [code] set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO ALTER Procedure [dbo].[usp_GetPropertyData]( @page int, @page_len int, @sortfield varchar(100), @desc bit ) as …

Member Avatar for shoestring
0
215
Member Avatar for MichaelWClark

I have a stored procedure that I am using through LINQ to SQL as a data source for a gridview. Rather than editing my stored procedure is there a way to use Linq to search the result set? [code] Dim DC As New DistributionDataContext GridView1.DataSource = (DC.usp_GetInvestorData(GridView1.PageIndex, GridView1.PageSize, "InvestorName", Session("sort"))) …

0
89
Member Avatar for queryme

Hi Please let me know how to scroll text inside a textbox or lable. i am using .net framework2.0, i need it in Asp.net c#.

Member Avatar for MichaelWClark
0
90
Member Avatar for glennt

I have an ASP.NET application that runs one way when I run it within Visual Studio 2010 (the way it should), but when I publish it onto the web server and run it there, it runs differently. I have reset IIS (iisreset), shutdown and restarted the web site, deleted the …

Member Avatar for MichaelWClark
-1
113
Member Avatar for vinayak.v

hi.... as u all know about ssrs reports... now i'm using the crystal reports and i want to go through ssrs reports can anyone answer the following question. 1)what is the need of ssrs... 2)and why we should use ssrs.., 3)what are the advantages 4)what are the disadvantages 5)how it …

Member Avatar for MichaelWClark
0
131
Member Avatar for sakurayana

hye friends..... i need your help....i want to multiply 2 data.....the price from the database and the quantity from the textbox.....the total is in the textbox also.it should be like this price * quantity = total....so,i dont know how to do it....i've tried many ways but it stil error...by the …

Member Avatar for kumar169
0
125
Member Avatar for sundarchum

Is it possible to disable close[x] button of the popup window? I use Window.Open() to open the popup window. If possible help me to try out this.

Member Avatar for MichaelWClark
0
143
Member Avatar for sahanaC

I have uploaded audio files (saved them) into the SQL Server 2005 database. I need to prepare a "play sound" button to allow users to click it and listen to the sound. I have the following code to retrieve the audio file from the database. protected void playsound_btn_Click(object sender, ImageClickEventArgs …

Member Avatar for MichaelWClark
0
784
Member Avatar for MichaelWClark

I created a stored procedure to handle paging and sorting. Linked a LinqToSql to it and bound my gridview from that. I use my Gridview.PageSize to determine how many results to pull from the table through my stored procedure. The issue is because of this a pager never gets created. …

Member Avatar for MichaelWClark
0
364
Member Avatar for MichaelWClark

I am trying to bind my gridview to a stored procedure via Linq to SQL but keep getting 'Data source is an invalid type. It must be either an IListSource, IEnumerable, or IDataSource.' I know I am supposed to convert the stored Proc .ToList, but this method is not available …

Member Avatar for MichaelWClark
0
135
Member Avatar for MichaelWClark

We are beginning the design phase for a new training database at my company. We utilize exchange/outlook shared calenders for several things and today the idea of integrating the new training database with one came up. I have done a bit of searching around but really haven't found much info …

0
70
Member Avatar for ranu jain
Member Avatar for MichaelWClark
0
70
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
548
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
79
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 codedude

I am using a Ajax editor which i have customized so that the users will not be able to change font size or color.Now the problem is that though they can not give color or change font size by typping,they can do it when they copy and paste a content.How …

Member Avatar for MichaelWClark
0
69
Member Avatar for ranu jain

hiii I have two page in my adminitrator folder of my web site manageuser.aspx and userinformation.aspx .Now when i click at manage button at manageuser.aspx page i have to navigate userinformation.aspx page with corresponding user. i set in the greed view of manageuser.aspx page- [CODE]<asp:HyperLinkField HeaderText="manage" Text="manage" DataNavigateUrlFields="UserName" DataNavigateUrlFormatString="UserInformation.aspx?user={0}"/> [/CODE] …

Member Avatar for ranu jain
0
95
Member Avatar for Sinha's

sir, I am developing a s/w in asp.net using c#.everything is working fine.but some times i get error like Event code: 3005 Event message: An unhandled exception has occurred. Event time: 9/23/2010 4:00:35 AM Event time (UTC): 9/23/2010 9:00:35 AM Event ID: 4849e4d93324492b9167dcc72751f79a Event sequence: 8 Event occurrence: 1 Event …

Member Avatar for sundarchum
0
146
Member Avatar for radhika tyagi

[B][COLOR="Green"]i am making a .net website and willing that the menu items should appear in the bottom of a button when mouse is placed on the button. what to do? [/B][/COLOR]:'(

Member Avatar for radhika tyagi
0
91
Member Avatar for ryan.devine

I am new to visual basic. I have an internship at a real estate company and my project for the next couple months is to create a database for real estate. The overall project consists of a application that each agent will log into and will be able to search …

Member Avatar for MichaelWClark
0
100
Member Avatar for ihatestarch

I'm completely new to web programming. I am using an asp.net Table: <asp:Table></asp:Table> and my code behind page (using vb.net)grabs data from a database and displays it in this table. How do I put in a search that will only display the data with the name that is searched? Do …

Member Avatar for MichaelWClark
0
141
Member Avatar for dirkjan75

So, two pages: first one is a simple datasource & gridview with edit button, is working. Second is the same code but then in a contentplaceholder page, linked to a masterpage. Now the code is not working, when editing, it returns empty fields in steds of edited fields. [CODE]<%@ Page …

Member Avatar for dirkjan75
0
268