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
~7K People Reached
About Me

I want everything.
Pyaar
Paisa
Power
Peace
Pativrata Patni
Popularity
prestige
Paramount
and Pioneer For everyone.

Favorite Tags

8 Posted Topics

Member Avatar for prashant9928

Hi there, I am working on a project and want to resolve invalid form submition. i want to create a regular expression which can check each form value that must not have any string like as: '"abc.Xyz What exactly the regular expression should be?, for more information please feel free …

Member Avatar for Reverend Jim
0
394
Member Avatar for aerian

Pelase try useing webreference of Microsoft Nuget and add a reference of PdfSharp. Which has a very rich and easy to handle functionality. By using it you can also create a PDF Document by your C# Code. I Used that into a project when i was new with that. Hope …

Member Avatar for Bessemer
0
2K
Member Avatar for prashant9928

I am using a telerik radScheduler into my major project. and it is working fine on Local system. But on live it is not working fine. I can only view my scheduled activity, drag & drop activity, increase or decrease time span only. But when i try to create or …

Member Avatar for Jeffrey T.
0
508
Member Avatar for prashant9928

here i am showing you the code into which i am getting trouble into "gridWarehouseInsert" command. What i want is when user inser new data into detail table i want to get the MasterTable DataColumn that is "Warehouse_id". so that i can perform insert operation. When user insert master table …

Member Avatar for LastMitch
0
1K
Member Avatar for prashant9928

Hello everyone, As a freelance i am working on my own project name myOnlineDesk. I want to make a module in admin section where i can create a database backup file and save to the system. The thing that i want is ".SQL" file. When i click on a Backup …

Member Avatar for hometownnerd
0
834
Member Avatar for anisha.silva

Please try telerik control. Visit the following link and use that telerik control as i am using these a lot. http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/checkboxes/defaultcs.aspx

Member Avatar for prashant9928
0
2K
Member Avatar for jangojan

its so simple and basic in ASP Dot Net. if user is autherised then create session and then redirect to the page you want like this: if(tblUserReg.Rows.Count == 1) { Session["userid"] = tblUserReg.Rows[0]["user_id"].tostring(); Response.Redirect("welcome.aspx"); } //here tblUserReg is the resultant table retrive from database which have user and pasword correct …

Member Avatar for tinstaafl
0
882
Member Avatar for nakibzaman88

use the join query to retrive the data from mltiple tables Like a simplest example: select Allowence.*, Deduction.PF, Deduction.ESI, Deduction.Others from Allowence, Deduction where Allowence.EmpId = Deduction.EmpId you can also use 'AS' to add a new column and insert the calculated Gross Salary. try this and please let me know …

Member Avatar for prashant9928
0
137

The End.