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.

Member Avatar for Mahesha999

Hi there, I just bought Dell XPS 15, with 500 GB HDD I have habit of using 3 partitions. One for System, 120 GB 2nd 190 GB 3rd 190 GB But now, there is recovery partition of 13.4 GB, C of almost 200+ GB & Another of again 200+ GB …

Member Avatar for amit28it
0
160
Member Avatar for Mahesha999

Hi there. I am using GridView to display the comments of the thread in my forum. The GridView has only one templated column: showing User name who commented, title, date-time, comment and reply button. I put reply button in asp:LoginView's <LoggedInTemplate>, so that it will be displayed only if the …

0
52
Member Avatar for Mahesha999

Hi there I am writing ASP.NET app I want to access gif images stored in Images folder which is in turn stored in Project folder. See my [URL="http://img834.imageshack.us/img834/8765/capturenqm.png"]Solution Explorer[/URL]. In GetImage.ashx (see solution explorer), I am unable to get images using this: System.IO.FileStream _FileStream = new System.IO.FileStream([COLOR="Red"][B]"~/Images/" + imageFileName + …

Member Avatar for mani-hellboy
0
225
Member Avatar for Mahesha999

Hi I just installed Oracle 11g R2 on my Win 7 Ultimate x86 machine in compatibility mode (XP SP3). It showed that the setup completed successfully (without a single error & warning, I got few when I ran it in Win 7 without compatibility mode enabled.). Now I am trying …

Member Avatar for ryanjayson
0
1K
Member Avatar for Mahesha999

Hi there. I am learning SSAS using Wrox book. I followed the tut in the book to create a project in BIDS (Business Intelligence Studio by Microsoft). Deployed the project in SSAS, which gave success status. However while browsing it in Cube Editors browser pane it gave me error as …

0
109
Member Avatar for Mahesha999

Hi there. I am writing JavaScript to allow user to input only alphabets in the textbox. I am using regular expression: /[A-Za-z]/g which is logically correct. However, IE9, Crome 14 and Firefox 4 allows some specific characters: $%&( Why is that. Just copy and save the code as html. And …

Member Avatar for Taywin
0
657
Member Avatar for Mahesha999

Hi there, I am not able to visualize what this code exactly creates in the memory, though I can understand that this is array of pointers: char *dic[][40] = { "atlas", "A volume of maps.", "car", "A motorized vehicle.", "telephone", "A communication device.", "airplane", "A flying machine.", "", "" /* …

Member Avatar for Mahesha999
0
139
Member Avatar for Mahesha999

Hi this program accepts the string from the input. I cannot understand the highlighted format specifier. Please help me understand. [CODE]#include "stdafx.h" using namespace std; int _tmain(int argc, _TCHAR* argv[]) { char str[15]; scanf("[B]%[^\n][/B]",str); str[0]=toupper(str[0]); str[15]='\0'; printf("%s",str); putchar(123); getch(); return 0; }[/CODE]

Member Avatar for Adak
0
145
Member Avatar for Mahesha999

Hi there, I just bought Dell XPS 15, with 500 GB HDD I have habit of using 3 partitions. One for System, 120 GB 2nd 190 GB 3rd 190 GB But now, there is hidden recovery partition of 13.4 GB, C of almost 200+ GB & Another of again 200+ …

Member Avatar for mjdodd
0
145
Member Avatar for Mahesha999

Hi I am coding for cross-page posting using PostBackUrl property of the button on Page1. But the Button when clicked does not postbacks to the target page, simply flashes up Page1. When digged inside the html resource of the page1, I found the WebResource.axd file as a script holder When …

0
90
Member Avatar for Mahesha999

Hi, I tried installing MS SQL server 2008 on win 7 Ultimate x86. It was slipstreamed installation with SQL SP1. I got 7 errors during installation. All of them are showing almost similar messages (but different event ids)except the 2nd error (which was about failure to open some registry). The …

Member Avatar for Mahesha999
0
464
Member Avatar for Mahesha999

Hi, this is a code for Simple Console based text editor from Complete Reference to C++ by Herbert Shildt: [CODE] #include "stdafx.h" #include "conio.h" #define MAX 5 #define LEN 20 char text[MAX][LEN]; int _tmain(int argc, _TCHAR* argv[]) { register int t, i, j; printf("Enter an empty line to quit.\n"); for(t=0; …

Member Avatar for arkoenig
0
269