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.

0 Endorsements
Ranked #4K
~3K People Reached
Favorite Tags
Member Avatar for reniies

Hi all, I am developing an application in which I need to incorporate a checkbox field for each record from the database. But the checkbox is having threestate in which the third one is a null value which I cannot afford in the database. So I need to eliminate the …

Member Avatar for reniies
0
120
Member Avatar for serkan sendur

Create a class and add these two methods to it : // for postback events public static void ShowMessageBox(string _message) { Page page = HttpContext.Current.Handler as Page; page.RegisterStartupScript("key2", "<script>alert('" + _message + "');</script>"); } // for async postback events public static void ShowMessageBoxForAsync(string _message) { Page page = HttpContext.Current.Handler as …

Member Avatar for reniies
0
165
Member Avatar for reniies

Hi all, Would you please help me to find a way that I can open an external crystal report in my application without creating a new report. I actually wanted the application to export the report to a PDF which I know the methods to do it. What I am …

Member Avatar for reniies
0
524
Member Avatar for reniies

I have developed an application in vb.net to generate reports against a SQL database where I used visual studio 2003 - crystal reports. I need to deploy the same as a setup file to install it in other client PCs where there is no crystal reports or visual studio installed. …

Member Avatar for Jx_Man
0
94
Member Avatar for mvnk12
Member Avatar for sierrainfo
0
2K
Member Avatar for reniies

Hi all, I've developed a vb.net application for a desktop digital clock and deployed it. I made the application start at windows startup and it's working fine. But the taskbar button for the application is there in the taskbar every time the windows login. Please help me to modify the …

Member Avatar for reniies
0
262