No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Re: On click of the link you can write following logic 1) create a selection box at runtime 2) add selection box in tab control's control colletion tabControlId.controls.add (newselectBox) | |
Re: use session to pass filter dataset from gridform to report page. | |
Re: Hi, take a look on below link [Click Here](http://www.aspsnippets.com/Articles/Encrypt-and-Decrypt-Username-or-Password-stored-in-database-in-ASPNet-using-C-and-VBNet.aspx) | |
Re: DECLARE @tblSum AS TABLE (CODE VARCHAR(30), NAME VARCHAR(100), Total NUMERIC(18,0)) INSERT INTO @tblSum (code,Name,Total) select code,name,SUM(SINETT) AS TOTAL from #tableSI GROUP BY CODE,NAME UNION select code,name,SUM(SINETT) AS TOTAL from #tableSR GROUP BY CODE,NAME UNION select code,name,SUM(SINETT) AS TOTAL from #tableRC GROUP BY CODE,NAME UNION select code,name,SUM(SINETT) AS TOTAL from #tableDN … | |
Re: Frankly speaking to load 23 K items in a drop down is not a good idea. Instead of it you can load the option by pressing first 3 character. | |
Re: Use below line smtp.UseDefaultCredentials = false; | |
Re: follow below steps 1) use master page 2) add a label for showing username 3) after login save the username in session 4) Assign session value to the label in which you need to show username | |
Re: Step by Step: http://www.dailyfreecode.com/code/connect-oracle-database-asp-net-3347.aspx**Bold | |
Re: Hi, Just realize that your code may have issue of Column name so when you are fetching from data it would be great if you can remove space between the columnname. like "Event INFO" should be Event_info. You can optimize the code with table filter "SELECT" like as i mention … | |
Re: you can use different reporting tools like Reporting services, crystal report ,component one report etc. | |
Re: Hi, take a look on below link http://indiandotnet.wordpress.com/2009/04/25/how-to-import-csv-in-dotnet-or-direct-sql-server-in-5-minutes/ |
The End.