Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
75% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
2 Endorsements
Ranked #630
~10.9K People Reached
Favorite Tags
Member Avatar for strRusty_gal

Hi all, Thanks for viewing this thread. I would like to do a remote debugging of WAR file that contain one Java servlet. Anyone tried that before? I tried to use cmd with the following command: java -Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y -classpath "TestingServlet.war" MyServletName Not sure if the command above is correct, …

0
140
Member Avatar for strRusty_gal

Can someone please help to advise below question? I need to do a SUM of the amount column based on the CreateDate date range From 10th of previous month to 10th of this month Below is the database table Amount CreateDate 151.00 5 July 2015 567.50 19 July 2015 558.00 …

Member Avatar for strRusty_gal
0
184
Member Avatar for strRusty_gal

Hi, thanks for viewing this thread. How to call MVC controller action method from ASP.NET webform and pass few parameter to the MVC? I have found this solution: http://www.codeproject.com/Articles/37539/Redirect-and-POST-in-ASP-NET and would like to know whether is there any other ways to do it. Just like to explore other solutions.

Member Avatar for pritaeas
0
352
Member Avatar for strRusty_gal

Hi Everyone, Thanks for visiting this thread.I have an online website and I would like to implement payment gateway solution. Is there any simple payment gateway solution that can be integrated with my ASP.NET C# website? Please suggest. Thanks.

Member Avatar for advent_geek
0
77
Member Avatar for strRusty_gal

Hello, thanks for visiting this thread. I would like to download .GPG files from the web server and then decrypt it using kleopatra. I had imported the key in the kleopatra program. I managed to do the code where it will decrypt the .GPG file when the file is in …

0
120
Member Avatar for strRusty_gal

Hi there, thanks for viewing this thread. I would like to know whether it is really impossible to show Windows Form inside a Web application. I would like to display a Windows Form (C#) into a Web application (C# .NET) and I am using Visual Studio. Did you make such …

Member Avatar for AleMonteiro
0
927
Member Avatar for strRusty_gal

Hi, Thanks for viewing my post. I have got a project about developing a website for different user and I am required to draw architecture diagram. Can anyone tell me or show me example of architecture diagram? I need to diagram my 3 tier architecture diagram (Data Layer, Business Logic …

Member Avatar for strRusty_gal
0
288
Member Avatar for strRusty_gal

Hi everyone, Thanks for visiting this thread. I have recently migrating my MSSQL database from one server to another server by copying the database. The database that I copied contains the ASPNET membership and other related tables. My asp.net web application is currently pointing to the new created MSSQL database …

0
68
Member Avatar for strRusty_gal

Hi Everyone, Thank you for viewing. I would like to check how to disbale HTML button in c#? Can anyone advise on this?

Member Avatar for RichardGalaviz
0
215
Member Avatar for strRusty_gal

Everyone, I have a question... hope you can help me... I have 4 methods and they are expecting to return some value to the caller. MethodA() MethodB() MethodC() MethodD() MethodA() call MethodB() then MethodB() call MethodC() then MethodC() call MethodD() and MethodD() will return something. if the MethodD() return empty …

Member Avatar for strRusty_gal
0
178
Member Avatar for strRusty_gal

Hi Everyone, Thanks for viewing this thread. How do I do the code similar in Java? The syntax for the code below is C#. public class Child : Parent { public Child(String a, String b) : base(c) { } } I would like to seek for your help on Java. …

Member Avatar for strRusty_gal
0
235
Member Avatar for strRusty_gal

Hi Everyone, Thanks for viewing this post. I have placed the code below in the MASTERPAGE.master.cs Label user = (Label)Master.FindControl("lblHidden123"); The control named lblHidden123 is in one of the Child page that refer to MASTERPAGE.master.. This control lblHidden123 is a normal label field, visible true. When i try to access …

Member Avatar for strRusty_gal
0
134
Member Avatar for strRusty_gal

Hi All, Thank you for viewing my thread. I have an enquiry on process. My application runs this way. First, it will export something to PDF format. Second, the application will attach the PDF to send an email to someone. Next, i want to delete the PDF file. When i …

Member Avatar for strRusty_gal
0
113
Member Avatar for strRusty_gal

Hi Everyone, I really require your assistance on the issue. I was debugging my code [C# console application] and i step down to the place where there is DATASET in my code and i clicked on the magnifying glass to see the data inside the DATASET. after clicking on the …

Member Avatar for Maligui
0
348
Member Avatar for strRusty_gal

Hi Everyone, Can anyone guide what is EXEC sp_cycle_errorlog? Is it safe to just manually delete the ERRORLOG in the C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG folder? This ERRORLOG is consuming too much space that is using up c drive. Can any advice? Thank you!

Member Avatar for pritaeas
0
79
Member Avatar for strRusty_gal

Hi Everyone, I need help with my assignment but i only require assistance to give me some guidance on the issue. I need to write code in c linux programming, that can change directory [CD]. when you open the command prompt in the linux machine, you type cd .. or …

Member Avatar for strRusty_gal
0
235
Member Avatar for strRusty_gal

Hi Everyone, Thank you for the time you spend to look at the post. I am required to retrieve report based on a date field in the table. the date field filtering must be from the previous month of the 6th till this month of the 5th. For example, today …

Member Avatar for strRusty_gal
0
186
Member Avatar for strRusty_gal

Hi eVeryone, Please help me on below code. I don't know what's the erorr mean. Error Message *test.c: In function ‘main’: test.c:12:2: warning: passing argument 2 of ‘tokenise’ from incompatible pointer type [enabled by default] test.c:5:6: note: expected ‘char **’ but argument is of type ‘char * (*)[100]’ test.c: In …

Member Avatar for strRusty_gal
0
291
Member Avatar for strRusty_gal

Hi Everyone, Thank you for your time. I am unable to install VMWare Player and here is the error message: The MSI '..\AppData\Local\Temp\vmware_1379161101\vmwareplayer_x64.msi' failed. Please guide me if you have faced such issue before. Or beside VMware player and VirtualBox, is there any more similar software? Thanks.

Member Avatar for strRusty_gal
0
175
Member Avatar for strRusty_gal

Hi Everyone, Thank you for viewing for my enquiry. It is about ASP.NET C#. This problem is the stored procedure and dataset/UI. When i try to search 1000 records, the dataset count is 1 only and the stored procedure return 1000 records. I have manually used the SQL profiler and …

Member Avatar for jwenting
-1
148
Member Avatar for strRusty_gal

Hi There, can you please explain briefly what is the difference between Parallel and Distributed Database? Is there any similarilites between them? Can anyone give me any link or some briefly explaination of both type of database? Thanks.

Member Avatar for strRusty_gal
0
161
Member Avatar for strRusty_gal

Hi All, I would like to know briefly what is In-memory DBMS's? Can anyone explain what is that actually? Thank you!

Member Avatar for chrishea
0
92
Member Avatar for strRusty_gal

int index = 3; map<int, Class> list; std::map<int, Class>::iterator test = list.begin(); std::advance(test, index); for(map<int, Class>::iterator it = test; it != list.end();++it) { cout << it->first << " " << it->second.GetPrice() << endl; } Hi Everyone, Please help me on this issue. I know how to start at a certain …

Member Avatar for vijayan121
0
202
Member Avatar for strRusty_gal

Hi Everyone, What are the setting to apply when you publish a WPF C# application? I have some issue with publishing the WPF application. Whenever i publish, there will be an error "Trust Not Granted". Can someone please guide on this error? Thanks.

Member Avatar for kvprajapati
0
131
Member Avatar for strRusty_gal

Hi can any1 explain this code to me? i dont qute understand. strIPaddress is a ip address and strPort is the port number. _objExtAccess=(IExtranetAccess)Activator.GetObject( typeof(IExtranetAccess), "tcp://"+strIPAddress+":"+strPort+"/ExtranetAccessService"); Thanks.

Member Avatar for strRusty_gal
0
110
Member Avatar for strRusty_gal

Hi everyone, Its weird. Only UPDATE sql statement cannot process and others like INSERT, select can work.. i used UPDATE sql statement in c# but the record that i wanted to update isnt update at all.. here my code.. i am using ms access [CODE] OleDbConnection connDBString = objDB.GetDatabaseConnection; connDBString.Open(); …

Member Avatar for Mitja Bonca
0
199
Member Avatar for strRusty_gal

Hi Everyone, I have a gridview [CODE] <asp:GridView ID="grid" runat="server" AutoGenerateColumns="false" DataKeyNames="Id"ShowHeaderWhenEmpty="true"> [/CODE] inside the gridview there is a column with checkbox and another label. [CODE] <Columns> <asp:TemplateField> <ItemTemplate> <asp:CheckBox runat="server" ID="Retrieve" /> </ItemTemplate> </asp:TemplateField> <asp:TemplateField> <ItemTemplate> <asp:Label ID="lblName" runat="server" Text='<%# Eval("Name") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> [/CODE] My question is how …

Member Avatar for strRusty_gal
0
905
Member Avatar for strRusty_gal

Hi Everyone Thanks for viewing this post. In my project, i am required to enable ip multicast video streamiing on my network. i have did ip pim dense-mode on my router's interface for streaming the video to my users. At the router's interface where the users are, i invoke a …

0
62
Member Avatar for strRusty_gal

Hi Everyone, How to write a javascript method that can check the value that user key in? Example i create a textbox and user can only key in 0 - 50 to the textbox

Member Avatar for Troy III
0
3K
Member Avatar for strRusty_gal

How to deploy asp.net to a webserver? Does anyone know the steps to deploy / publish my asp.net to a IIS? Thanks

Member Avatar for sufyan2011
0
74