Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
15% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
8
Posts with Downvotes
8
Downvoting Members
4
4 Commented Posts
0 Endorsements
Ranked #2K
~49.8K People Reached
Interests
ecommerce development , Sharepoint Development
Favorite Tags

106 Posted Topics

Member Avatar for Wiizl

[QUOTE=Wiizl;829426]I'm imitating progressbar value change like: [CODE]private void playAnimation() { for(int i=1;i<=100;i++) { this.progressBar1.Value = i; System.Threading.Thread.Sleep(20); percent = i; } }[/CODE] At the same time I try to run another thread, to update label text like "...% completed". Of course I couldn't change text of label that was created …

Member Avatar for Matthew.diggide.speakman
0
7K
Member Avatar for sonakrish
Member Avatar for sachin.ghute3
0
305
Member Avatar for jellybeannn

Hi You can refer the following code. loginButton.Attributes.Add("onclick", "window.showModalDialog('/MyWebsite/login.aspx', null, 'status:no; dialogWidth:360px; dialogHeight:229px; help:no; scroll:no; menubar:no; resizable:no')"); It will help you to solve the issue of button not working.

Member Avatar for Hamza Bukhari
0
2K
Member Avatar for elidotnet

Hi This Code is very useful to display data from textbox to sqldatabase OnButton Click Dim sqlStmt As String Dim conString As String Dim cn As Sqlconnection (Won't reconize SQL connection) Dim cmd As SqlCommand (Won't reconize SQL command) Try sqlStmt = "insert into Table1 (FName) Values (@Fname) " conString …

Member Avatar for prathamesh3090
1
7K
Member Avatar for kieky
Member Avatar for judithSampathwa
Member Avatar for Hakoo
Member Avatar for Hakoo
0
181
Member Avatar for judithSampathwa

when you was installed MS-SQL, have u selected mixed mode authentication or not ?..you must be select mixed mode authentication for your solution

Member Avatar for judithSampathwa
0
122
Member Avatar for Ted87

have you started your server again using right click on database and click on start. try another way... write services.msc in "Run" and then start Workstation Automatically...it will start your database services

Member Avatar for Ted87
0
208
Member Avatar for Behseini

Merging Two Tables(From Diffrent Database)Automatically -- you need to make cursor , using cursor take data from one datasource and then fill data to another database

Member Avatar for debasisdas
0
163
Member Avatar for turt2live

SELECT 'name','owner' FROM table WHERE 'verified'='1' AND (name LIKE '$%term%' OR 'owner' LIKE '%$term%') for your solution

Member Avatar for hielo
0
117
Member Avatar for extemer
Member Avatar for crishjeny
0
108
Member Avatar for extemer
Member Avatar for crishjeny
0
123
Member Avatar for rajeesh_rsn

try this ordering SELECT DISTINCT idNo FROM table WHERE entrytype='1' ORDER BY started asc, started LIMIT 0,10

Member Avatar for crishjeny
0
124
Member Avatar for riyapethe
Member Avatar for crishjeny
0
68
Member Avatar for CrazyProgrammer
Member Avatar for crishjeny
0
182
Member Avatar for anirban1087

in product table you can store manufacturer serial number and use as per your needs, no need to create another table

Member Avatar for jbisono
0
929
Member Avatar for koffimide
Member Avatar for crishjeny
0
323
Member Avatar for jazzyb

use select distinct payroll.empid, employees.firstname, payroll.basicpay, payroll.allowance1, count(month) AS monthcounter FROM payroll for distinct rows

Member Avatar for crishjeny
0
111
Member Avatar for geoamins2
Member Avatar for NinjaLink

for optimizing query you must manage table structure, field type and relation ship with tables

Member Avatar for crishjeny
0
112
Member Avatar for Saikumar Adep

SELECT DISTINCT STUFF( (SELECT ', ' + [category] from [tblCategory] FOR XML PATH('')),1,1,'') as [category] FROM [tblCategory] MSSQL Merge multiple rows in single row with string store the row values into a variable using COALESCE in SQL. DECLARE @str VARCHAR(100) SELECT @str = COALESCE(@str + ', ', '') + [category] …

Member Avatar for crishjeny
0
139
Member Avatar for pczafer

make master table for paymenttypes and save all four Paymnet, Deposite, Balance and insurance in this table and use its foreignkey to insert in another table where you save other data related this payment

Member Avatar for crishjeny
0
110
Member Avatar for newack

click on "MicrosoftSQL-2008->ConfigurationTools->SQL server surface Area configuration" . configure this sql server surface area for network access. Then restart your computer

Member Avatar for crishjeny
0
171
Member Avatar for vikaspa

copy firstweb.com's connection string and paste to secondweb.com's connection string. It will allow access to firstweb.com data in secondweb.com website

Member Avatar for crishjeny
0
146
Member Avatar for MARKAND911

good example for SQL Server 2005 Audit Log Using Triggers for generating log while inserting rows in database [url]http://aspadvice.com/blogs/andrewmooney/archive/2007/08/20/SQL-Server-2005-Audit-Log-Using-Triggers.aspx[/url]

Member Avatar for crishjeny
0
112
Member Avatar for poloblue
Member Avatar for dougancil
Member Avatar for crishjeny
0
151
Member Avatar for victortiago
Member Avatar for MARKAND911

you can get query string values using collection of parameter and then add it to your navigation url

Member Avatar for kvprajapati
0
1K
Member Avatar for bhagvad301

[QUOTE=bhagvad301;1542808]Hi, I made setup file, i install it on windows 7, it install successfully , when i execute using shortcut key or .exe file it gives a message "application has stop working" and not open any form and close automatically.[/QUOTE] i think you missing some component while making DLL setup. …

Member Avatar for abelLazm
0
2K
Member Avatar for miwa1

[QUOTE=miwa1;1517319]hey, i meed to do a school project in asp.net and i am relly bad, i need to connect database to a login (i use visual 2008 and sqlserver 2005), this is the start poin, pls help me whith this, thanks[/QUOTE] Your question is totally fundamental.So,if u have no database,you …

Member Avatar for crishjeny
-1
102
Member Avatar for YMCMb

<asp:RegularExpressionValidator ID="REtxtMobileNo" ControlToValidate="txtMobileNo" ValidationExpression="^((-)?[0-9]+(\.[0-9]+)?)$" Display="None" runat="server" ErrorMessage="Invalid Mobile Phone"></asp:RegularExpressionValidator> try this code

Member Avatar for crishjeny
-1
124
Member Avatar for neo.mn

[QUOTE=neo.mn;1542783]Hi Everyone, I am developing a desktop based inventory application using C#.NET. To make the interface more professional I am taking some concepts from other software. Therefore I have downloaded some trial version software from internet. The problem is I would like to develop a MDI Parent Form whose content …

Member Avatar for pritesh2010
0
682
Member Avatar for DaveTran

[QUOTE=DaveTran;1542484]I've created a ray distribution method that generates rays over a fixed angle with an even distribution along the xz plane. [CODE] /// <summary> /// Generates rays that are evenly distrbuted in a circular formation around a point but are restricted to an angle /// </summary> /// <param name="point">The point …

Member Avatar for ddanbe
0
137
Member Avatar for niketakapoor

Dim myCommand As New SqlCommand("connectionstring", myConnection) myCommand.CommandType = CommandType.StoredProcedure Dim paraProjectName As New SqlParameter("@ProjectName", SqlDbType.NVarChar, 50) paraProjectName.Value = CmbProjectName.SelectedItem.Value myCommand.Parameters.Add(paraProjectName) Try ' Open the connection and execute the Command myConnection.Open() myCommand.ExecuteNonQuery() TimeId = paramID.Value Catch ' failed to create a new user TimeId = 0 Finally ' Close the Connection …

Member Avatar for crishjeny
0
125
Member Avatar for zslgreen

ALTER TABLE table1_name MODIFY field_name VARCHAR(50) NOT NULL; for modifying table field size

Member Avatar for finito
0
99
Member Avatar for zslgreen

While deleting records from a table you need to ensure that that there is no dependency child record in any other table (foreign key and primary key concern), values of which are dependent on the records of the current table. Remove dependencies from tables and then try for delete it …

Member Avatar for debasisdas
0
60
Member Avatar for 54uydf

SELECT studId, courseId, max(yearTaken), grade, count(courseid) as countcourses FROM table GROUP BY studId, courseId

Member Avatar for 54uydf
0
230
Member Avatar for simransuri

select *,expression as HRA, expression as DA, expression as netsalary from employess *Here expression like - 100/10

Member Avatar for smantscheff
0
102
Member Avatar for new SE

Hi You can refer below code for convert asp.net to pdf. [code] public string Run(string sRawUrl) { string sFileName = GetNewName(); string sPage = Server.MapPath("" + sFileName + ".html"); string sUrlVirtual = sRawUrl; StringWriter sw = new StringWriter(); Server.Execute(sUrlVirtual, sw); StreamWriter sWriter = File.CreateText(sPage); sWriter.WriteLine(sw.ToString()); sWriter.Close(); System.Diagnostics.Process pProcess = new …

Member Avatar for 1seo
0
192
Member Avatar for akil007

Hi The Calendar control is used to display a calendar in the browser. To get more detail about calendar just go for this below link. [url]http://www.w3schools.com/aspnet/control_calendar.asp[/url]

Member Avatar for crishjeny
0
91
Member Avatar for new SE

Hi I have same problem.thanks for this code. It will help me to solve the issue of display and search using 2 gridview in 1page.

Member Avatar for crishjeny
0
177
Member Avatar for new SE

Hi You can refer following code for back and logout. <a href="logout.jsp" target="_new" onclick="location.replace('browserClose.php');">Logout</a>

Member Avatar for crishjeny
0
131
Member Avatar for skyboy

Hi SELECT department, SUM(sales) as "Total sales" FROM order_details GROUP BY department; this code shows the use of Summing up rows. To get more detail about code go this below link. [url]http://techonthenet.com/sql/sum.php[/url]

Member Avatar for crishjeny
0
97
Member Avatar for new SE

Hi For export in pdf file you can refer following link. [url]http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Getting_Started/Exporting_to_PDF[/url]

Member Avatar for crishjeny
0
146
Member Avatar for shaqtus

Hi You can refer following code for login control and connection. [code] protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { bool Authenticated = false; Authenticated = SiteLevelCustomAuthenticationMethod(Login1.UserName, Login1.Password); e.Authenticated = Authenticated; if (Authenticated == true) { Response.Redirect("Home.aspx"); } } private bool SiteLevelCustomAuthenticationMethod(string UserName, string Password) { bool boolReturnValue = false; // …

Member Avatar for crishjeny
0
101
Member Avatar for kanuri1

Hi Thanks for code. I have same problem.This code will help me to solve the issue of gridview.

Member Avatar for jbisono
0
87
Member Avatar for kanuri1

Hi You can use following code to clear your textbox. textbox1.text="";

Member Avatar for crishjeny
0
58
Member Avatar for bharanidharanit

hi If you want to know how to use dropdownlist than just go for following links. [url]http://www.codersource.net/asp-net/asp-net-articles/dropdownlist-in-asp-net.aspx[/url] Or [url]http://www.w3schools.com/aspnet/control_dropdownlist.asp[/url]

Member Avatar for crishjeny
0
73

The End.